
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.