Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 894 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 894 Bytes

unix-commandline-guide

A walk through the universe of the Bash shell

Please follow this link to get the recordings of the Zoom webinar sessions.

To read more on Bash

For those of you who want to go a bit further, the definitive resource regarding Bash is the excellent Advanced Bash Scripting Guide (ABS).

More on sed

The sed "grymoire" manual by Bruce Barnett is one of the best online resources, with a step-by-step learning approach.

More on awk

Most of us will use the GNU flavour of awk, and there is an excellent manual about it. And anyway, there are no big differences between the original awk, nawk and gawk.