Search Results

Search: Posts Made By: lifedj
3,394
Posted By lifedj
Thank you very much! I will try as soon as...
Thank you very much!
I will try as soon as possible!
At the moment i avoided the problem in this way:

bjobs_out=`bjobs`
if [[ $bjobs_out != "No unfinished job found" ]]; then
var=0...
3,394
Posted By lifedj
I inserted it under AIX session because I'm quite...
I inserted it under AIX session because I'm quite sure that the written code is correct and I hope someone could help me to understand why it doesn't work under AIX!

However:

thank you very...
3,394
Posted By lifedj
[Solved] Output in bash script not captured in variable
I'm tring to write down a simple script that would execute a command and wait until it returns a specific result.
This is what i did:


bjobs_out=`bjobs`
while [[ "$bjobs_out" != "No unfinished...
Showing results 1 to 3 of 3

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