Search Results

Search: Posts Made By: jguirao
4,327
Posted By jguirao
Thanks for your reply, but I have tested your...
Thanks for your reply, but I have tested your code and my code 100 times (with a "for" writing to a log) and your code has failed 74 times and my code 63.

My question is why fails it?


...
4,327
Posted By jguirao
The script you wrote is very similar to mine,...
The script you wrote is very similar to mine, isnt'it?
4,327
Posted By jguirao
Your idea is good, but I need to implement it in...
Your idea is good, but I need to implement it in a lot of scripts (77 aprox), a lot of them running at the same time.

What I don't want is to use 77 different names for each temporary file.
4,327
Posted By jguirao
The script is always running 1 time, I must...
The script is always running 1 time, I must insert the code in the same script to control if someone will execute the script again.
4,327
Posted By jguirao
Hello, I have problems executing a script in...
Hello,

I have problems executing a script in ksh with this script named
process.sh:
ps -ef | grep process.sh | grep -v grep | wc -l | read a
if [ $a -gt 1 ]
then
echo "The script is...
Showing results 1 to 5 of 5

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