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
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
Post a Comment