Hacker News new | ask | show | jobs
by paavoova 2776 days ago
No, that's awful if you consider its implications. Just do:

  for i in *; do du -bs "$i"; done
1 comments

    > for i in *; do du -bs "$i"; done
    du: illegal option -- b
    usage: du [-H | -L | -P] [-a | -s | -d depth] [-c] [-h | -k | -m | -g] [-x] [-I mask] [file …]
cool