The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Creating a txt file
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Creating a txt file
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
01-31-2008
vangalli
Registered User
Join Date: Jul 2006
Location: Hindusthan ( INDIA )
Posts: 18
here is the answer!!
touch example.txt
echo Line1 >> example.txt
echo Line2 >> example.txt
echo Line3>> example.txt
vangalli
View Public Profile
Find all posts by vangalli