12 cat statements
mkdir
mv
split
I want to package these 15 statements into a perl script to ease off the repetitiveness. What I for whatever reason can't seem to find is what I need to prefix UNIX bash commands with?
do I use something like a series of
run("cat xxxx_??.txt > xx_xx.txt");
run("split -l 1000000 blah_blah.txt blah_blah_");
or how do I prefix it?
This post has been edited by CapC: 22 November 2011 - 03:10 PM

New Topic/Question
Reply


MultiQuote



|