Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 914 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 914 Bytes

bash: improve your command line & script productivity

While Brian Fox was developing the bash shell, he had a file named *.c in the project. He deleted it with

rm "*.c"

forgetting that he hadn't implemented quoting yet and wiped out all his source code. https://t.co/qPaSdsIYjQ

— Unix tool tip (@UnixToolTip) September 12, 2019

topics:

  1. output redirection
  2. grep
  3. awk
  4. sed
  5. scipting best practices
  6. commands worth trying

resources: