Skip to content
Snippets Groups Projects
user avatar
Ariya Hidayat authored
Before: find ./docs -type f -iname '*.png' -exec du -ch {} + | tail -1
33M     total

After: find ./docs -type f -iname '*.png' -exec du -ch {} + | tail -1
16M     total
fdb824f9
History
Name Last commit Last update