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.
write n rows from file a to file b
Name: flipke Date: October 20, 2006 at 00:21:03 Pacific OS: Unix CPU/Ram: - Product: -
Comment:
Hi all,
I'm trying to write the first 50 rows from file A to a new file. By using 'head -50 fileA' i know i get to see the first 50 rows of that file. By using the pipe i should be able to get it done, but don't get it done :-( Can anybody help me out? Thanx!
Summary: Hi All, Thanks in Advance. My requirement is there are some data files to be updated(some times new files get created) regularly in server A, these files are to be updated to the server B(backup serve...
Summary: I hate to think of the possible flame...but I'm an Information Systems major with no working knowledge of Unix other than telneting to my school's mail server to use Pine 8-) I'm trying now to insta...
Summary: You say you want to move a large amount of files from machine A to machine B; Share the directory on machine A that has the files. share -F nfs -o rw /opt/apache/htdocs Mount the shared directory on ...