小编Mes*_*ing的帖子

从终端在所有 makefile linux 中搜索一个词

我正在使用 Ubuntu。我必须在多个生成文件中搜索“发送”一词。假设所有的 makefile 都在 /home/mypath 中。我试过这个命令但不起作用。请你帮助我好吗?提前致谢。

find /home/mypath/ -name Makefile &&  grep -r "send"
Run Code Online (Sandbox Code Playgroud)

linux shell terminal ubuntu command

2
推荐指数
1
解决办法
2355
查看次数

标签 统计

command ×1

linux ×1

shell ×1

terminal ×1

ubuntu ×1