Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $ command1 && command2 && command3
  2. Running command1 ...
  3. Running command2 ...^Z
  4. [1]+ Stopped
  5. $ fg && command4 & wrong_command5 && command6
  6. Running command3
  7. Running command4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement