100 Useful Command-Line Utilities

by Oliver; 2014

56. touch

touch makes an empty file. E.g., to make an empty file called test:
$ touch test 
Sometimes you find yourself running this command to see if you have write permission in a particular directory.

<PREV   NEXT>