Search Results

Search: Posts Made By: yoyomano
3,092
Posted By yoyomano
I have managed to use sed instead of grep. I...
I have managed to use sed instead of grep.

I just change from
grep -v ^$
to
sed '/^$/d'However, I will be really grateful if someone can explain why grep doesn't work.

Thanks a lot in...
3,092
Posted By yoyomano
Script stops running after assigning empty string for a variable
Hi,

This is the first time I see something like this, and I don't why it happens.
Please give me some help. I am really appreciate it.

Basically I am trying to remove all empty lines of an...
3,111
Posted By yoyomano
Hi, Thank you very much :) I will try it out...
Hi,

Thank you very much :) I will try it out tomorrow :)

And I also found something interesting: the task spooler command TS
http://vicerveza.homeunix.net/~viric/soft/ts/man_ts.html
3,111
Posted By yoyomano
Hi, Thanks for your reply :) I have...
Hi,

Thanks for your reply :)

I have tried nohup, it works nicely, yet still needs a lot of time. And I cannot continue doing things without the result from this step.

I have been waiting...
3,111
Posted By yoyomano
Hi, It's something like this: for F in...
Hi,

It's something like this:

for F in `cd A; echo a*`
do
for G in `cd B; echo b*`
do
./scripts/XYZ.py A/$F B/$G | gzip > out.$F.$G.gz
done
done

The problem is that...
3,111
Posted By yoyomano
How to run script concurrently
Hi all,

I have one script. Its job is to get 1 file from dirA and 1 file from dirB as parameters for another python script.

However, there are a lot of files in both dir A and B, so running...
Showing results 1 to 6 of 6

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