1. 查找文件

  2. 查找/目录下 klz 用户的所有文件,并拷贝到/root/findfile 目录中
    mkdir /root/findfile 创建目录/root/findfile
    linux7.0 查找文件

  3. 查找文件/usr/share/dict/words 中包括字符串”atens”的行,且不能有空格,并按顺序复制到/root/lines.txt 中
    cat /usr/share/dict/words | grep “atens” > /root/lines.txt
    linux7.0 查找文件

相关文章:

  • 2021-12-05
  • 2021-11-28
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2021-07-08
猜你喜欢
  • 2021-12-09
  • 2021-08-25
相关资源
相似解决方案