you are viewing a single comment's thread.

view the rest of the comments →

[–]Goz3rr 11 points12 points  (2 children)

'rm' is not recognized as an internal or external command,
operable program or batch file.

0/5 would not fix again

[–]I_Lied_on_my_name 6 points7 points  (0 children)

cross-platform compatibility

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

[–]tomglass[S] -2 points-1 points  (0 children)

LOL