Thread Einfache Datei-Operationen (29 answers)
Opened by geloescht at 2012-09-26 22:17

topeg
 2012-09-26 22:48
#162069 #162069
User since
2006-07-10
2611 Artikel
BenutzerIn

user image
Die Kurzfassung in Perl:
perl -MFile::Copy -MDate::Format -e 'copy("$_", time2str("%Y%m%d", time)."-backup-$_") for(@ARGV);' -- kunden.csv kundencounter.csv kurzgeschichten.csv

View full thread Einfache Datei-Operationen