linux 常用命令及通配符
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 常用命令及通配符相关的知识,希望对你有一定的参考价值。
<2> 重定向
ls -alh > ls.txt从头写入
ls -alh >> ls.txt尾部追加
<3> 分屏
more pppp.txt分屏显示
cat ppppp.txt全部显示
ls -lha | more
rm filename -r
以上是关于linux 常用命令及通配符的主要内容,如果未能解决你的问题,请参考以下文章