Linux tree命令详解
tree: 查看目录结构
tree常见命令参数
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | usage: tree [-adfghilnpqrstuvxACDFNS] [-H baseHREF] [-T title ] [-L level [-R]] [-P pattern] [-I pattern] [-o filename] [--version] [--help] [--inodes] [--device] [--noreport] [--nolinks] [--dirsfirst] [--charset charset] [--filelimit #] [<directory list>] -a All files are listed. -d List directories only. -l Follow symbolic links like directories. -f Print the full path prefix for each file . -i Don't print indentation lines. -q Print non-printable characters as '?' . -N Print non-printable characters as is. -p Print the protections for each file . -u Displays file owner or UID number. -g Displays file group owner or GID number. -s Print the size in bytes of each file . -h Print the size in a more human readable way. -D Print the date of last modification. -F Appends '/' , '=' , '*' , or '|' as per ls -F. - v Sort files alphanumerically by version. -r Sort files in reverse alphanumeric order. -t Sort files by last modification time . -x Stay on current filesystem only. -L level Descend only level directories deep. -A Print ANSI lines graphic indentation lines. -S Print with ASCII graphics indentation lines. -n Turn colorization off always (-C overrides). -C Turn colorization on always. -P pattern List only those files that match the pattern given. -I pattern Do not list files that match the given pattern. -H baseHREF Prints out HTML format with baseHREF as top directory. -T string Replace the default HTML title and H1 header with string. -R Rerun tree when max dir level reached. -o file Output to file instead of stdout. --inodes Print inode number of each file . --device Print device ID number to which each file belongs. --noreport Turn off file /directory count at end of tree listing. --nolinks Turn off hyperlinks in HTML output. --dirsfirst List directories before files. --charset X Use charset X for HTML and indentation line output. --filelimit # Do not descend dirs with more than # files in them. |
常用的命令展示
查看某一个目录的文件结构
1 | [root@localhost ~] # tree /home/omc/ftl |
只显示一层目录
1 2 | [root@localhost ~] # tree -L 1 -d /home/omc/ftl [root@localhost ~] # tree -Ld 1 /home/omc/ftl 【效果同上】 |
利用find只查找一层目录
1 | [root@localhost ~] # findfind /home/omc/ftl -maxdepth 1 -type d 最大深度为1 |
作者:小a玖拾柒
-------------------------------------------
个性签名: 所有的事情到最後都是好的,如果不好,那說明事情還沒有到最後~
本文版权归作者【小a玖拾柒】和【博客园】共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利!
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步