Search Results

Search: Posts Made By: Yoav
2,450
Posted By Yoav
Locating all the scripts which start with:#!
Hi,
I need to find all the executable shell scripts under /home dirctory and its sub directories.
I would like to print the path to the files , which include in the header of the file: #!...
1,500
Posted By Yoav
Thats right. I want to be able to run range of...
Thats right. I want to be able to run range of steps :
1 to 4 , 2 to 4 , 3 to 4 and each
Thanks Again
1,500
Posted By Yoav
Hi Robin, Thank you for your quick feedback. ...
Hi Robin,
Thank you for your quick feedback.
Its will work fine in case i will go through all the steps.
In reality i have more than 10 steps. To keep this senario simple i have mentioned steps...
1,500
Posted By Yoav
Case question
Hi,
ksh script.

I have a shell script which use while loop and case statment in order to execute several functions.
Each step is working fine .
I want to add a new dynamic option : from step...
1,359
Posted By Yoav
Substitute from awk results
Hi,
The following awk command :

asmcmd lsdg | awk '{print $13;}' | grep -i ${SID}

return the following output . An Empty line + two lines contain "/" at the end of the line

INDEVDATA/...
1,491
Posted By Yoav
Managing logs in shell script
Hi,
I need write a shell script which should be executed from the crontab every day.
This shell script is running several other shell scripts , and each one of them is writing to its log file.
Few...
Showing results 1 to 6 of 6

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