
April 6th, 2005, 04:09 AM
|
|
Contributing User
|
|
Join Date: Dec 2004
Location: Prague, Czech Rep.
Posts: 116
  
Time spent in forums: 22 h 34 sec
Reputation Power: 6
|
|
Quote: | Originally Posted by princesssonya i have to write a command that splits a large file into smaller files by bytes and then list all of the new smaller files by using one single statement,
its something like this cat outputfile | wc -c
can someone help.
thank you,
sonya |
Hello Sonya,
read man split and man cat. The split command can divide a biger file into a number of smaler ones and the cat command can list all smaler files when you use wild card characters. This time I do not write a complete solution, you must study and study.... and the third I have forgotten.
Have a fun 
|