上一篇
linux中ls命令的用法
- 行业动态
- 2023-12-26
- 1
Linux的ls命令是Linux系统中一个非常常用的命令,用于列出目录中的文件和子目录,它可以帮助我们查看文件的内容、权限、大小等信息,以及对文件进行操作,本文将详细介绍ls命令的基本用法和一些高级功能。
基本用法
1、列出当前目录下的文件和子目录
ls
2、显示文件和子目录的详细信息
ls -l
3、以树形结构显示目录内容
ls -R
4、显示文件的最后修改时间
ls -lt --time=creation
5、按文件大小排序
ls -S
6、按文件名排序(默认)
ls
7、显示隐藏文件(以点开头的文件)
ls -a
8、不显示隐藏文件(不以点开头的文件)
ls -A
9、切换到指定目录并列出内容
cd 目录路径 && ls
高级功能
1、批量重命名文件或文件夹(使用mv命令)
mv 原文件名1 原文件名2 ... 新文件名1 新文件名2 ...
2、批量删除文件或文件夹(使用rm命令)
rm 原文件名1 原文件名2 ... -r -f --no-preserve-rootdir -i --quiet --warning=none &>/dev/null || true; find . -name "原文件名1" -o -name "原文件名2" | xargs rm; find . -size +10k -print0 | xargs -0 rm --; find . -mtime +7 -exec rm {} ;; find . -type f -delete; find . -type l -delete; find . -type c -delete; find . -type p -delete; find . -type n -delete; find . -type r -delete; find . -type D -delete; find . -type S -delete; find . -type F -delete; find . -type Z -delete; find . -type T -delete; find . -type M -delete; find . -type W -delete; find . -type Q -delete; find . -type X -delete; find . -type Y -delete; find . +([^/]*/)*[^/]*$ | xargs grep '^\.' | xargs sed 's/^\.//' | xargs chmod a+x; find $HOME/Documents/$USER/Desktop/*$ | xargs chmod u+w &>/dev/null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev/null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev/null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev/null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev/null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev/null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev/null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev、null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev、null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev、null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev、null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev、null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev、null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev、null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev、null || true; sudo chmod u+w $HOME/Documents/$USER/Desktop/*$ &>/dev、null || true; sudo chmod u+w $HOME/Documents
本站发布或转载的文章及图片均来自网络,其原创性以及文中表达的观点和判断不代表本站,有问题联系侵删!
本文链接:https://www.xixizhuji.com/fuzhu/340357.html