您的位置:首页 > 运维架构 > Shell

常用shell积累

2013-10-18 10:16 295 查看


exec 和xargs的比较

find [option] express -exec command {} \;
find [option] express |xargs command


wc (word count)

wc [-clw][--help][--version][文件...]
-l : --lines 只显示列数
-c: --bytes或--chars 只显示Bytes数
-w: --words 只显示字数


mount

mount -t cifs -o username=rt/huxm //10.8.57.65/ENMS /mnt/winshare
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  shell Linux