Hey, does anybody know is there a way to remove a file while read?

Something like: rm file.txt -o - | cat - ?

  • CarrotsHaveEars
    link
    fedilink
    13 years ago

    How do you mean by “remove it”? Delete the file node?

    You can’t delete it before finish reading it. The most you can do is write a program to read one byte, then wipe that byte to zero.