Topher, an avid Mac user for the past 15 years, has been a contributing author to MacFixIt since the spring of 2008. One of his passions is troubleshooting Mac problems and making the best use of Macs ...
To make sure files aren't removed accidentally when running the Linux find command, use the -ok command. It will ask for permission before removing any files. A friend recently reminded me of a useful ...
The --version (-V) option goes hand-in-hand with --help because it helps you find out about the program, and it’s usually supported where --help is. Traditionally, the --version option prints the ...
I seem to recall there's a way to see all the build (./configure) options of an already built CLI binaries. For example, if I install a pre-compiled wget binary from someone else, I could do a ...