When typing a long command line at the shell, what single character can be used to split a command across multiple lines?
Answer: \
(backslash)
[root@Linux user]# echo "this is \
a test of the \
emergency broadcast system"
this is a test of the emergency broadcast system
[root@Linux user]#
No comments:
Post a Comment