Results 1 to 4 of 4
Hi All,
Whenever i execute wc command i will get file name along with that.
I want to suppress that, how will do that without using any other command.
ex:
...
- 08-20-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 49
wc command
Hi All,
Whenever i execute wc command i will get file name along with that.
I want to suppress that, how will do that without using any other command.
ex:
#wc file.c
10 100 12 file.c
- 08-20-2008 #2
You can't! But what exactly is the problem with using other commands, like piping the output of cat to wc? After all, it's the combination of small tools that make UNIX mighty.
- 08-20-2008 #3Linux User
- Join Date
- Aug 2006
- Posts
- 458
- 08-20-2008 #4


Reply With Quote
