Computing.Net > Forums > Unix > read/write in shell

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.

read/write in shell

Reply to Message Icon

Name: pjb
Date: March 13, 2001 at 12:33:03 Pacific
Comment:

What is th fastest way to read and write records from a file. I am using

cat input.file | while read i
do
echo "$i" >> output.file
done


Is there anything faster??



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


streaming files (.asf) Certs?



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: read/write in shell

reading files in shell scripts www.computing.net/answers/unix/reading-files-in-shell-scripts/4380.html

read from file in shell script www.computing.net/answers/unix/read-from-file-in-shell-script/3803.html

Unix read/write www.computing.net/answers/unix/unix-readwrite/3302.html