why not just read the file, then remove it:
cat file.txt && rm file.txt
Not that I understand why you would want to do this anyway; it kind of doesn’t make any sense.
why not just read the file, then remove it:
cat file.txt && rm file.txt
Not that I understand why you would want to do this anyway; it kind of doesn’t make any sense.
honestly the first thing that caught my eye