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)

Linux命令之WC,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!