Computing.Net > Forums > Unix > creating files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

creating files

Reply to Message Icon

Name: dan2155
Date: June 17, 2009 at 16:39:03 Pacific
OS: macintosh
Product: R / (darwin - unix)
Subcategory: Software Problems
Comment:

how do i create a new file




Sponsored Link
Ads by Google

Response Number 1
Name: dan2155
Date: June 17, 2009 at 16:40:08 Pacific
Reply:

yes unix script



0

Response Number 2
Name: nails
Date: June 17, 2009 at 17:29:42 Pacific
Reply:

two of many ways:

# touch command
touch myfilename

# redirection
echo "my line of stuff" > myfilename


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: creating files

creating file of arbitrary size www.computing.net/answers/unix/creating-file-of-arbitrary-size/5322.html

to create a file of specified size www.computing.net/answers/unix/to-create-a-file-of-specified-size/6497.html

Tips in creating files in UNIX www.computing.net/answers/unix/tips-in-creating-files-in-unix/7477.html