Skip to content

Tag Archives: unix

Frequently used Unix commands

These are written here primarily for my benefit - serves as a quick reminder for me cos I use them a lot
Find a file in the current working directory
find . -name “filename” -print