jed_fox1’s avatarjed_fox1’s Twitter Archive — № 419

  1. …in reply to @ChrisFerdinandi
    @ChrisFerdinandi Neat! This will definitely help me clean up! One suggestion if you have file/folder names: use NUL characters to separate the paths so it works properly. find . -name "node_modules" -type d -prune -print0 | xargs -0 du -chs