/ Published in: Bash
It makes linux du command to show only children of current directory.
You have to replace TAB with actual tab character. In terminal you can get it by pressing <ctrl-v><tab>.
Expand |
Embed | Plain Text
du -h | grep "^[0-9A-Z. ]*[TAB]*\./[.a-zA-Z0-9_ -]*$"
You need to login to post a comment.
