more xxx.txt
cat xxx.txt
tac xxx.txt
head xxx.txt
head -5 xxx.txt
tail -50 xxx.txt
find
find /home/uibs *xxx
whereis ls
whereis find
echo &PATH (doc: echo %path%)
ln(链接)
ln xxx.txt 4.txt
ln -s xxx.txt 5.txt (软链接)
Posted cpyeah
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux_base_command3相关的知识,希望对你有一定的参考价值。
more xxx.txt
cat xxx.txt
tac xxx.txt
head xxx.txt
head -5 xxx.txt
tail -50 xxx.txt
find
find /home/uibs *xxx
whereis ls
whereis find
echo &PATH (doc: echo %path%)
ln(链接)
ln xxx.txt 4.txt
ln -s xxx.txt 5.txt (软链接)
以上是关于linux_base_command3的主要内容,如果未能解决你的问题,请参考以下文章