Search Results

2
votes
3
votes

Calculate size of files using basic linux commands

With zsh, you can use extended globbing to do: du -c **/*.undo …