Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    \

    Code:
    alex@danu ~ $ echo word1 word2 \
    > word3
    word1 word2 word3
    DISTRO=Arch
    Registered Linux User #388732

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...