Search Results

Search: Posts Made By: kwalkner
6,145
Posted By DGPickett
Code tags are a button just left of php, adds [ +...
Code tags are a button just left of php, adds [ + CODE + ] before and [ + / + CODE + ] after to instruct the server on formatting.
6,145
Posted By Franklin52
Another way to do the job: linenum=$(ps -ef |...
Another way to do the job:
linenum=$(ps -ef | awk '/x_jobstat 10 v001/ || /x_jobserver 10 v001/{n++}END{print n}')

if [ "$linenum" -eq 4 ]
then
exit 1
elif [ "$linenum" -eq 0 ]
then
cp...
Showing results 1 to 2 of 2

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