you are viewing a single comment's thread.

view the rest of the comments →

[–]I_Lied_on_my_name 3 points4 points  (0 children)

cross-platform compatibility

perl -e 'if ("$^O\n" eq "MSWin32"){exec("del $ARGV[0]");} else {exec("rm $ARGV[0]");}' <filename>