Results 1 to 4 of 4
I was wondering, how do i create files, for example i want to create a .txt file, how do i do that ?
Tnx
Jst....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-06-2004 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 68
Creating files..
I was wondering, how do i create files, for example i want to create a .txt file, how do i do that ?
Tnx
Jst.
- 08-06-2004 #2Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
Open a text editor and click on Save As?
- 08-06-2004 #3Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
the touch command creates an empty file
touch filename.txt
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 08-06-2004 #4
the touch command is the easiest way to create a file with out having to open any text editors
its quick and easy
BIG K aka Kyle
Programming Forums
www.kylekonline.com
Please don\'t PM me for help-- ask in the forums instead!


Reply With Quote
