How to display hidden files in Mac OS
Use “Command”+”Shift”+”.(dot)” to enable display of hidden files To hide just press the above three button again.
Read articleCategory archive
Explore every article in others, with preserved WordPress-friendly URLs.
Use “Command”+”Shift”+”.(dot)” to enable display of hidden files To hide just press the above three button again.
Read articleThe below command will create a tar archive file whatevername_yougive.tar for a directory /path/of/directory/to/archive in current working directory. See the example below. tar cvf whatevername_yougive.tar /path/of/directory/to/archive The options detail are explained as below c – Creates a new .tar archive file. v – V
Read article