Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 352 Bytes

bash.md

File metadata and controls

9 lines (8 loc) · 352 Bytes

Useful references

  • help COMMAND can be useful

useful shell shortcuts

!! represents last command !N and !-N represent respectively the Nth and the N-last commands !$ recalls the arguments of the previous line !_ recalls the arguments of the previous command ^string^replace will execute the previous command with the requested substituion