Sujet : Re: Why VAX Was the Ultimate CISC and Not RISC
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.archDate : 12. Mar 2025, 01:34:08
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vqqkq0$28fls$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
User-Agent : Pan/0.162 (Pokrosvk)
On Tue, 11 Mar 2025 18:52:50 -0500, BGB wrote:
Putting the destination on the right is also fairly common in general in
Unix style command notation:
dosomething args infile outfile
prog1 infile | prog2 > outfile
True enough. Except that the diff command shows changes as additions to
the file on the right, and deletions from the file on the left. So if I
want to change the diff command to cp, to actually replace the old file
with the new one, I have to remember to swap the file names around.