Create a file using 'touch'
- touch
$ touch out.txt
$ ls -l out.txt
-rw-rw-r-- 1 vagrant vagrant 0 Jul 17 10:30 out.txt
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
$ touch out.txt
$ ls -l out.txt
-rw-rw-r-- 1 vagrant vagrant 0 Jul 17 10:30 out.txt