Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从一个目录的多个子目录中的所有文件中提取公共数据?请建议我一个脚本来做到这一点。
利用grep -Hr "search pattern" /path/dir
grep -Hr "search pattern" /path/dir