It's fairly simple to demonstrate that this is not true...
jasonk@critter% cat foo.pl #!/usr/bin/perl -w ################## open(OUT,">/tmp/testfileA"); print OUT "This is testfileA\n"; close(OUT); open(OUT,">/tmp/testfileB"); print OUT "This is testfileB\n"; close(OUT); open(IN,"/tmp/testfileA"); system("mv /tmp/testfileB /tmp/testfileA"); print <IN>; + jasonk@critter% ./foo.pl This is testfileA
| We're not surrounded, we're in a target-rich environment! |
|---|
In reply to Re^2: Unix rename behaviour
by jasonk
in thread Unix rename behaviour
by BrowserUk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |