!*
- expands to all arguments of the previous command!$
- expands to the end (last argument) of the previous commandCTRL-z
- suspend a running commandbg
- continue running a suspended command in the backgroundfg
- foreground a suspended or backgrounded command&
at the end of a command - run it backgrounded to begin with
Back: Customizing Your Shell Forward: More Commands & Tools