Im trying to execute a perl script as a passed argument from the command line. I compiled a c file and named it "Test", so trying to pass an argument I try this
>Test perl -e "print qq{A\n}x500"
which I want to mean, run Test file and pass 500 A's, but it seems to not be working