查询所有脚本:find . -name “*.sh”
查看脚本:more .sh
编辑脚本:vi . sh
拷贝文件:cp 文件目录/.sh 目标文件目录/.sh
根据关键字搜索:find /home/ibbsadm/bin -exec grep -l “关键字”{};
脚本命令
最新推荐文章于 2023-05-10 22:46:32 发布
查询所有脚本:find . -name “*.sh”
查看脚本:more .sh
编辑脚本:vi . sh
拷贝文件:cp 文件目录/.sh 目标文件目录/.sh
根据关键字搜索:find /home/ibbsadm/bin -exec grep -l “关键字”{};
886

被折叠的 条评论
为什么被折叠?