Search Results

Search: Posts Made By: amcrisan
1,822
Posted By amcrisan
Complicated job distribution
Hello,

This is going to sound convoluted, however, this is how I need to do things.

I have three awesome machines and a couple hundred jobs. EACH of these jobs takes approximately 4 hours to...
1,435
Posted By amcrisan
Archive::Tar problem
Hello,

I have a problem using Archive::Tar. it seem very trivial but i cannot get it work.

First I have a list of files I grab from a directory. Then I create a tar archive and write the files...
2,567
Posted By amcrisan
Multiple jobs in perl
Hello,

I would like to write a perl script which executes several jobs. The key thing is I only want 4 jobs to be executed at one time (that's because my machine as 4 cpu, and I want one job per...
4,307
Posted By amcrisan
that was it! THANK YOU SOOOOOOO MUCH!!!!!
that was it! THANK YOU SOOOOOOO MUCH!!!!!
4,307
Posted By amcrisan
Corrupted Download with Net::FTP (perl)
Hello,

I am trying to download several files from a remote FTP server using Net::FTP from within a perl script. The files download alright, except they appear to be corrupted. I know this because...
21,355
Posted By amcrisan
it turns out that - is the secret... I had no...
it turns out that - is the secret... I had no idea what the man page was talking about with that dash, but doing this

bzcat $datadir/FILE.bz2 | split -l num -d - $outputdir/FILE_NAME

will put...
2,791
Posted By amcrisan
Thanks, I am running it on linux!
Thanks,

I am running it on linux!
21,355
Posted By amcrisan
Is there anyway that the files outputted couldn't...
Is there anyway that the files outputted couldn't have the x00 format and instead make it have a more meaningful name? Or is the mv command also required for that?

Thanks though, the directory...
2,791
Posted By amcrisan
How do I make a timed script
Hello,

I would like to make a script, ideally in perl since I am most familair with it, that does the following:

automatically starts up at 9 pm, searches through a specified directory for any...
21,355
Posted By amcrisan
Splitting files into a specific directory
Hello,

I am trying to do the following;
bzcat data.in.bz2 | split -l 1000000 -d

this work great, except that once the files have been split, they are not in the directory I want them to be in....
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 05:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy