Hello,
I want to do start some jobs in parallel in my script (bash) and return an error code after the end of all process. I want return an error code set to 1 if one of them failed.
How can i retrieve the error code of each process ?
Because with the wait command i've only the error code of...
Error !!
Networker 6.2 is not a real 6.2 version. It's just a 6.0.x
with a special patch. This version is not more recent than
the last 6.1.3.
Ask Networker Custommer center for information about this
you must have the same response.
Thanks for answer but Oupss ...
I'm sorry, i forget to mention that is for sed used.
With egrep it's sure, it's work fine but with sed :
sed 's/^\([0-9]\{8\}\)\?q\{1\}$//' or
sed 's/^\([0-9]\{8\}\)\{1\}q\{1\}$//'
does not work ...
Can you do it with sed ?
Regards,
Hello,
How can i have a regular expression for :
8 digit and one caractere (q) or one caractere only (q)
I tried this ^[0-9]\{8\}q\{0,1\} but it's for 8 digit and
one or none letter.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.