catrm

'cat' a file, then optionally 'rm' it. I just felt like writing C.
catrm.zip
Log | Files | Refs | Atom | README

README (raw) (172B)


   1 
   2 # catrm
   3 
   4 a binutil that prompts the option to cat a file to stdout
   5 before removing it.
   6 
   7 **options**
   8 
   9 `-ni` = none-interactive mode, skip prompt - just cat & rm
  10 
  11 - gearsix