您的当前位置:首页 >IT科技 >你应该知道的Linux技巧 正文

你应该知道的Linux技巧

时间:2025-11-04 16:54:49 来源:网络整理编辑:IT科技

核心提示

复制find.-name\*.py|xargsgrepsome_function cathosts|xargs-I{}sshroot@{}hostname

你应该知道的Linux技巧
应该复制find . -name \*.py | xargs grep some_function   cat hosts | xargs -I{} ssh root@{} hostname  1.2.