Search Results

Search: Posts Made By: thankbe
4,098
Posted By citaylor
# If the user hits Control-C this line of script...
# If the user hits Control-C this line of script will be run.
# My guess is the C_logmsg script function will log the below message somewhere,
# and then the script will terminate with return...
1,863
Posted By Scott
Some modifications: #!/bin/ksh printf...
Some modifications:


#!/bin/ksh
printf "Do you want to delete the log files older than 30 days: "
read answer
case "$answer" in
y|Y) echo "Checking the count of the files to be Deleted"
...
Showing results 1 to 2 of 2

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