• 0 Posts
  • 2 Comments
Joined duela 2 urte
cake
Cake day: urr. 16, 2021

help-circle
rss

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.