Hacker News new | ask | show | jobs
by uzoodoo 3359 days ago
Writing in first one won't save you since "in" splits by whitespace, not newline. If you really have to do that, use "find ... | while read file; do" instead.