[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 28: Line continuation

Page 28

  
  Line continuation
  Using '\' at the end of a line allows line continuation:
    $ cd ~ ; \
    > mkdir dir1 dir2 dir3 ; \
    > cp * dir1 ; \
    > cp * dir2 ; \
    $
  That '>' prompt is the continuation ($PS2) prompt

Copyright 2005, Bri Hatch of Onsight, Inc.

Presented at LFNW - LinuxFest Northwest, Bellingham, Washington, Apr 2005

Presentation created using vim and MagicPoint.