15-Linux??????????????????-find???sed
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了15-Linux??????????????????-find???sed相关的知识,希望对你有一定的参考价值。
??????????????? ?????? manager ?????? inux ?????? gre ?????? ??????
?????????????????????; ????????????
???# ?????? ??????????????????
$ ???????????? ?????????????????????
???????????? ????????????
{ } ???????????? ???????????????????????????
& ???????????????????????????????????????
find . -type f -name "[abcd]" |grep "a"
??????????????????
0 ????????????
1 ????????????
2 ????????????
??????????????????????????????
??? > ??? 1> ???????????????????????????????????????
2> ????????????????????????????????????
??? >> 1>> ?????????????????????????????????????????????
2>> ???????????????????????????????????????????????????
??????3????????????????????????
echo "111" 1>>exam.txt 2>>feiliu.txt
echo "111" 1>>exam.txt 2>&1 ???????????????
echo "111" &>>exam.txt
echo "111" 2>>exam.txt 1>&2
<???0< ?????????????????????
<< ???0<<
cat >>exam.txt<<EOF
d tve qy tve qy c ue
e g ywwf mm
mmm jfd e wh w
EOF
ls |xargs rm -f ???????????? rm -f a b c
[root@manager ~/exam]$ touch a b c
[root@manager ~/exam]$ ll
total 0
-rw-r--r--. 1 root root 0 Dec 5 18:57 a
-rw-r--r--. 1 root root 0 Dec 5 18:57 b
-rw-r--r--. 1 root root 0 Dec 5 18:57 c
[root@manager ~/exam]$ ls |xargs rm -f
[root@manager ~/exam]$ ll
total 0
find /exam/ -type f -name "[1-9]"|xargs rm -f
????????? rm -f 1 2 3
以上是关于15-Linux??????????????????-find???sed的主要内容,如果未能解决你的问题,请参考以下文章
在 mint-15 linux 上显示来自 python 的 .png 图像
linux基础篇-15,linux强大的文本编辑器vim命令详解
2017-12-26--mysql(5.6.15),linux下安装使用