shell中 wc命令 的-m 参数是什么意思? 网上只查到- c,- l 和- w的。
3个回答
展开全部
-m 是统计字符的个数。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
man的结果如下:
-c, --bytes print the byte counts
-m, --chars print the character counts
-l, --lines print the newline counts
-L, --max-line-length print the length of the longest line
-w, --words print the word counts
dream.chen@debian:~$ echo dreamqinag121 | wc -m
14
-c, --bytes print the byte counts
-m, --chars print the character counts
-l, --lines print the newline counts
-L, --max-line-length print the length of the longest line
-w, --words print the word counts
dream.chen@debian:~$ echo dreamqinag121 | wc -m
14
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
直接键入 ./nu 回车即可。
不过,建议nu文件写成下面这样:
#!/bin/bash
who | wc -l
开头第一行指定用什么shell来解释命令,这里是bash。当然,也可以是sh或ksh等。
不过,建议nu文件写成下面这样:
#!/bin/bash
who | wc -l
开头第一行指定用什么shell来解释命令,这里是bash。当然,也可以是sh或ksh等。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询