View Single Post
Posts: 333 | Thanked: 32 times | Joined on Jul 2007
#3
I normally use Touch.


root@Gir:~# touch --help
Usage: touch [OPTION]... FILE...
Update the access and modification times of each FILE to the current time.
Code:
#touch ./newfile
If you wan to edit the file them us VI:

Code:
#touch ./newscript.sh

#vi ./newscript.sh

Last edited by BOFH; 2008-04-14 at 15:03.
 

The Following 2 Users Say Thank You to BOFH For This Useful Post: