meta data for this page
  •  

This is an old revision of the document!


Bash / Shell

<command> & start and background
<command> && start and wait for success
> write to new file (file reset is first operation)
>> append to existing file
| pipe output

Terminal Shortcuts

CTRL

+U Delete from begin to cursors
+K Delete after cursor