The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
will this script in crontab effect SUN 9??
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
will this script in crontab effect SUN 9??
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
10-05-2007
porter
Registered User
Join Date: Jan 2007
Posts: 2,965
As you have it, each line will execute sequentially.
The "find" and "xargs" will run in parallel.
If you are concerned about impact on other processes then run using "nice".
man nice
as in
nice /var/opt/remove90dysOldrfiles.sh
porter
View Public Profile
Find all posts by porter
Find porter's past nominations received
Find porter's present nominations given