helpful UNIX commands.
Well, I am halfway through my UNIX filesystem training and I wanted to share some useful commands I have learned along the way: grep -i = grep ignoring cases grep -v name = grep ignoring all lines with “name” in it grep word * = grep in the current directory for all lines with “word” […]