sjalesho
11-19-2003, 09:08 AM
You can do that with "wc",
1. wc - l for the number of lines
2. wc -w for the number of words
Hoe should one combine these 2, let's say if I want to multiply the number of words with the number of lines from file a and b respectively?
Thanks
1. wc - l for the number of lines
2. wc -w for the number of words
Hoe should one combine these 2, let's say if I want to multiply the number of words with the number of lines from file a and b respectively?
Thanks