Linux学习—四剑客awk、sed、find、grep

1. find (找文件) 根据 文件名 和 路径 查找文件 并执行 一些操做 find 路径 -name "文件名" find /home/python/Desktop/ -name "1.txt" find /home/python/Desktop/ -name "*.txt" find /home/python/Desktop/ -name "*.txt" -type f (f ==>
相关文章
相关标签/搜索