[root@ob2 mytmp]# ls
01.txt  02.txt  03.txt  aa2.txt  aa.sh  aa.txt  tp_2017-09-143516.tar.gz  tt

[root@ob2 mytmp]# rename .txt .html ??.txt
[root@ob2 mytmp]# ls
01.html  02.html  03.html  aa2.txt  aa.html  aa.sh  tp_2017-09-143516.tar.gz  ttt

 

[root@ob2 mytmp]# find -type f -name "???????"
./02.html
./aa.html
./03.html
./01.html
./aa2.txt

 

相关文章:

  • 2022-02-08
  • 2021-05-26
  • 2021-12-08
  • 2021-06-15
  • 2021-12-22
  • 2021-07-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2021-12-13
  • 2022-01-14
  • 2021-07-14
相关资源
相似解决方案