Results 1 to 2 of 2
Hi,
can somebody please give the answer of a very stupid question --
what is continuing character in shell scripts means how to split a long command over multiple lines ...
- 03-25-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 5
Continuing character in shell script
Hi,
can somebody please give the answer of a very stupid question --
what is continuing character in shell scripts means how to split a long command over multiple lines in solaris.
Thanks in advance
- 03-25-2008 #2
\
Code:alex@danu ~ $ echo word1 word2 \ > word3 word1 word2 word3
DISTRO=Arch
Registered Linux User #388732


Reply With Quote