by awalGarg on 11/13/16, 9:57 AM with 12 comments
by robryk on 11/13/16, 3:36 PM
cat "$f"; rm "$f"
not involve loading the whole file in memory at once? Note that using this also makes sense with self-extracting archives/shell scripts, because it lets you inspect the shell script at the beginning.by semi-extrinsic on 11/13/16, 2:58 PM
https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin...
by sdx23 on 11/13/16, 3:29 PM
by tambourine_man on 11/13/16, 1:08 PM