Update a configuration file: Difference between revisions

m
→‎{{header|Perl 6}}: 'move' is implemented now
m (→‎{{header|Perl 6}}: 'move' is implemented now)
Line 1,412:
 
=={{header|Perl 6}}==
 
Implemented as a command-line script which can make arbitrary in-place updates to such config files.
 
Line 1,450 ⟶ 1,449:
for %changes;
run 'mv', $tmpfile, $file; # work-around for NYI `move $tmpfile, $file;`
}
 
2,392

edits