A seconda di cosa vuoi che il file contenga:
touch /path/to/file
per un file vuoto-
somecommand > /path/to/file
per un file contenente l'output di un comando.eg: grep --help > randomtext.txt echo "This is some text" > randomtext.txt
-
nano /path/to/file
ovi /path/to/file
(oany other editor emacs,gedit etc
)
Apre quello esistente per la modifica o crea e apre il file vuoto per accedervi, se non esiste
Usa il tocco
touch filename