I am trying to detect read / write cycles like the Linux program cat does:
cat
$ cat a b c > b cat: b: input file is output file
On L