-
Perl one liner executing a shell command on…
annonce trav agde Perl one liner executing a shell command on files. e.g. copy all *.c files to new names, *.R. perl -de ‘foreach (@ARGV) {($new = $_) =~ s/c$/R/; system(“cp $_ $new”);}’ *c
annonce trav agde Perl one liner executing a shell command on files. e.g. copy all *.c files to new names, *.R. perl -de ‘foreach (@ARGV) {($new = $_) =~ s/c$/R/; system(“cp $_ $new”);}’ *c