溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Linux中tree命令怎么用

發(fā)布時間:2022-02-16 10:16:40 來源:億速云 閱讀:244 作者:小新 欄目:開發(fā)技術(shù)

這篇文章將為大家詳細(xì)講解有關(guān)Linux中tree命令怎么用,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

Linux常用命令tree命令 以樹狀圖列出目錄的內(nèi)容。

Linux中tree命令怎么用

tree

樹狀圖列出目錄的內(nèi)容

語法

 tree(選項)(參數(shù))

選項

 ------- 列表選項 ------- -a            # 顯示所有文件和目錄。 -d            # 顯示目錄名稱而非文件。 -l            # 如遇到性質(zhì)為符號連接的目錄,直接列出該連接所指向的原始目錄。 -f            # 在每個文件或目錄之前,顯示完整的相對路徑名稱。 -x            # 將范圍局限在現(xiàn)行的文件系統(tǒng)中,若指定目錄下的某些子目錄,其存放于另一個文件系統(tǒng)上,則將該目錄予以排除在尋找范圍外。 -L level      # 限制目錄顯示層級。 -R            # Rerun tree when max dir level reached. -P pattern    #  只顯示符合范本樣式的文件和目錄名稱。 -I pattern    # Do not list files that match the given pattern. --ignore-case # Ignore case when pattern matching. --matchdirs   # Include directory names in -P pattern matching. --noreport    # Turn off file/directory count at end of tree listing. --charset X   # Use charset X for terminal/HTML and indentation line output. --filelimit # # Do not descend dirs with more than # files in them. --timefmt # Print and format time according to the format. -o filename   # Output to file instead of stdout. -------- 文件選項 --------- -q            # 用“?”號取代控制字符,列出文件和目錄名稱。 -N            # 直接列出文件和目錄名稱,包括控制字符。 -Q            # Quote filenames with double quotes. -p            # 列出權(quán)限標(biāo)示。 -u            # 列出文件或目錄的擁有者名稱,沒有對應(yīng)的名稱時,則顯示用戶識別碼。 -g            # 列出文件或目錄的所屬群組名稱,沒有對應(yīng)的名稱時,則顯示群組識別碼。 -s            # 列出文件和目錄大小。 -h            # Print the size in a more human readable way. --si          # Like -h, but use in SI units (powers of 1000). -D            # 列出文件或目錄的更改時間。 -F            # 在執(zhí)行文件,目錄,Socket,符號連接,管道名稱名稱,各自加上"*","/","@","|"號。 --inodes      # Print inode number of each file. --device      # Print device ID number to which each file belongs. ------- 排序選項 ------- -v            # Sort files alphanumerically by version. -t            # 用文件和目錄的更改時間排序。 -c            # Sort files by last status change time. -U            # Leave files unsorted. -r            # Reverse the order of the sort. --dirsfirst   # List directories before files (-U disables). --sort X      # Select sort: name,version,size,mtime,ctime. ------- 圖形選項 ------ -i            # 不以階梯狀列出文件和目錄名稱。 -A            # 使用ASNI繪圖字符顯示樹狀圖而非以ASCII字符組合。 -S            # Print with CP437 (console) graphics indentation lines. -n            # Turn colorization off always (-C overrides). -C            # 在文件和目錄清單加上色彩,便于區(qū)分各種類型。 ------- XML / HTML / JSON選項 ------- -X            # Prints out an XML representation of the tree. -J            # Prints out an JSON representation of the tree. -H baseHREF   # Prints out HTML format with baseHREF as top directory. -T string     # Replace the default HTML title and H1 header with string. --nolinks     # Turn off hyperlinks in HTML output. ---- 雜項選項 ---- --version     # 輸入版本信息。 --help        # 打印使用幫助信息。 --            # Options processing terminator.

參數(shù)

目錄:執(zhí)行tree指令,它會列出指定目錄下的所有文件,包括子目錄里的文件。

實例

列出目錄/private/ 第一級文件名

 tree  /private/ -L 1 /private/ ├── etc ├── tftpboot ├── tmp └── var

忽略文件夾

 tree -I node_modules # 忽略當(dāng)前目錄文件夾node_modules tree -P node_modules # 列出當(dāng)前目錄文件夾node_modules的目錄結(jié)構(gòu) tree -P node_modules -L 2 # 顯示目錄node_modules兩層的目錄樹結(jié)構(gòu) tree -L 2 > /home/www/tree.txt # 當(dāng)前目錄結(jié)果存到 tree.txt 文件中

忽略多個文件夾

 tree -I 'node_modules|icon|font' -L 2

非樹狀結(jié)構(gòu)列出目錄/private/下的所有文件

 tree -if /private/ /private /private/a1 /private/a2 /private/etc /private/etc/b1 /private/etc/b2 /private/tftpboot

關(guān)于“Linux中tree命令怎么用”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學(xué)到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI