Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: keziah
  • Content: Threads
  • Order by date
  1. keziah

    Parallel Batch Processing

    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...
  2. keziah

    Regular expression

    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
  3. keziah

    Change ssflags

    Hello all Is there a way to change ssflags of one saveset ? Thanks

Part and Inventory Search

Back
Top