linux批量删除指定用户的文件

ll | grep 用户名 | awk '{print $9}' | xargs rm -r

  

posted @ 2022-03-31 16:55  heartxkl  阅读(774)  评论(0编辑  收藏  举报