/ 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 ``.
You have to replace `TAB` with actual tab character. In terminal you can get it by pressing ``.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
du -h | grep "^[0-9A-Z. ]*[TAB]*\./[.a-zA-Z0-9_ -]*$"