You can compare the difference of files in two folders in the Command Line by using the diff command. With folders you use rq as an argument and pass in the 2 folder names on the command line like so… diff -rq folder_1 folder_2 You will get notifications on what same corresponding files are different, as well …
Read More
Open Hidden Invisible Files on OSX 10.11 El Capitan
OSX has numerous hidden invisible files in the filing system which start with a period ‘.‘, here’s how you can open these hidden files without having to open them in editors in the command line via the Terminal, you can just open them in a regular text editor. Opening files the regular way… Now whilst …
Read More