Linux命令之WC
时间:2014-07-18 00:22:31
收藏:0
阅读:278
$ wc story.txt
39 237 1901 story.txt
● Use -l for only line count
● Use -w for only word count
● Use -c for only byte count
● Use -m for character count (not displayed)
评论(0)