in reply to Re^5: Perl one-liner for array at bash shellin thread Perl one-liner for array at bash shell
perl -naF, -le '$"=",";print"@F,$_"for split/[;\s]+/,pop@F' [download]