|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
Nah, you're right. I didn't even notice this was the Solaris group. Sorry for the noise!
![]() |
| Sponsored Links | ||
|
|
|
#9
|
|||
|
|||
|
Hi all,
That was a very relevant info which i too was searching. However can someone explain what exactly does the "&&" deonte in "job1 && job2 && job3". How does Solaris understand that job2 has to be done after job1? If we were to run it in command line job1;job2;job3 would do. Will the same run in cron? HG |
|
#10
|
|||
|
|||
|
"&&" is more restrictive and a usually a better choice than ";"
In the former case, the next job is launched only if the previous one succeeded while in the second one, it is launched regardless of the previous one exit status. Last edited by jlliagre; 12-07-2009 at 05:53 AM.. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cron jobs... | RubinPat | UNIX for Advanced & Expert Users | 2 | 03-17-2009 02:45 AM |
| cron jobs | dannyd | Linux | 1 | 02-26-2008 04:35 AM |
| Cron jobs | ajadaun | HP-UX | 5 | 10-15-2007 11:14 AM |
| Cron Jobs | lewisoco | Solaris | 6 | 09-04-2005 11:14 AM |
| CRON Jobs | eludlow | UNIX for Dummies Questions & Answers | 4 | 05-28-2004 08:24 PM |