View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#10
Originally Posted by Janniman View Post
when I typed
cd MyDocs
perl package_sources.pl > sources.txt

it went through a load of files. does that mean I did something wrong?
thanks
The '>' character tells it to redirect the output to the file, so it shouldn't be printing anything out to the screen. Make sure you put spaces in around the '>'. If you're still having problems, can you post screenshots of the command line (before you run it) and a sample of the output you get.