Tag: find
-
Using the “find” command with real world examples
When you’re on a mac/bsd/*nix system you will likely have access to the “find” command which is extremely useful in helping you to “find” a file. This can be particularly handy in situations where you aren’t familiar with the layout of directories on a system and need to find a config file or whatever. This […]