Command Lists by DaveChild
About This Content
This content, Command Lists, was created on 22nd November, 2011.
Tags
Command Lists appears on:
Command Lists
|
cmd1 ; cmd2 Run cmd1 then cmd2
|
|
cmd1 && cmd2 Run cmd2 if cmd1 is successful
|
|
cmd1 || cmd2 Run cmd2 if cmd1 is not successful
|
|
cmd & Run cmd in a subshell
|
Comments
No comments yet. Add yours below!
Add a Comment
You must be logged in to post a comment. Please log in using the form at the top right of the page.

