在mac 终端中可以直接访问ssh

   命令:ssh root@127.0.0.*

 

 批量删除文件:

    当前目录下所有 *.html文件,除了index.html

            [root@whroid member]# rm -rf  ls *.html|egrep -v index.html
            [root@whroid member]# ls 

相关文章:

  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-06-02
猜你喜欢
  • 2021-06-24
  • 2021-10-16
  • 2021-09-05
  • 2022-01-04
  • 2021-07-26
  • 2021-09-14
  • 2021-05-25
相关资源
相似解决方案