Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 486 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 486 Bytes

Shell Grease

This is a collection of various scripts to make things slicker while working in a shell.

Notes

  • The code uses subshells (using $() instead of backticks)

Highlights

  • snapshot - Similar to doing a 'tail -f' on a file, this will send the output to the screen and to another file (so you can see what you just captured).
  • count - Shows how many files in the sub-dirs of the current dir. Useful for quick confirmation that something was written out.