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