随记 linux命令:du --max-depth=1 -h 4.0K ./policy_temp9.9M ./account_temp23M ./honor_temp268M ./proposal_pdf300M . 300M . 为当前路径总大小 ...
root localhost usr du max depth h M . bin M . sbin . G . lib M . lib M . share . etc . games M . include M . libexec M . local M . src M . java . G . root localhost usr ...
2021-09-01 10:04 0 247 推荐指数:
随记 linux命令:du --max-depth=1 -h 4.0K ./policy_temp9.9M ./account_temp23M ./honor_temp268M ./proposal_pdf300M . 300M . 为当前路径总大小 ...
du --max-depth=1 -h juwan@juwan-n85-dls:~/v831/out/v831-sipeed/compile_dir/target/rootfs$ du --max- ...
–max-depth=<目录层数> 超过指定层数的目录后,予以忽略。 -h或–human-readable 以K,M,G为单位,提高信息的可读性。 语法 du [-abcDhHklmsSx][-L <符号连接>][-X <文件 ...
du -lh --max-depth=1 ...
du -lh --max-depth=1 ...
查看当前目录下各个文件及目录占用空间大小 du -sh * ...
在Linux下,当需要找某个文件但又不知道这个文件在哪个具体的目录下,这时可以使用全目录查找 使用find命令: find . -type f -name "job_21_output*" 结果: ...