Hacker News new | ask | show | jobs
by ConfucianNardin 3183 days ago
A flag for cat won't help you - it's your shell that does the redirection. You're looking for `set -o noclobber` (same as `set -C`).
1 comments

Ah, let's go with `> -i` then! :)