Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ITGoddess

    Display day of week in shell script

    Greetings! I have a fairly simple admin script to show progress on various overnight jobs. On one, I show the date of the last 3 runs on a particular job,(to represent Base, Previous, Last Run). Like this echo "`ll /file1 | cut -c 45-51` `ll /file2 | cut -c 45-51` `ll /file3 | cut...
  2. ITGoddess

    Forward mail to AOL, translate Notes address to internet address

    Greetings- I have a forwarding mail agent that forwards incoming mail to an email address at America Online. The recipient at AOL expects to have the ability to reply to incoming mail. Easy enough to do for non-Notes addresses as the header includes the full address, ie...
  3. ITGoddess

    Using find to delete a specific directory and its contents

    Yes, I was trying to exclude the parent directory /db2/bkrpts, hence the `??????m`. Scary stuff indeed!! Absolutely!! I test the 'heck' out of crontab scripts, particularly ones involving automated file removals. Many thanks for your suggestions/comments. I very much appreciate it. Regards...
  4. ITGoddess

    Using find to delete a specific directory and its contents

    Greetings- Having some trouble with syntax for the "find" command. Using HP_UX 10.20. I place a new directory "todaysdate" containing copied files in a specific directory "/db2/bkrpts" daily. This is done with the following script executed from crontab. #Get...
  5. ITGoddess

    Find Command (Find more than one -user)

    Greetings! Attempting to recall what the syntax is for the find command in order to locate files created by two different users. Goal is to take the files created by these two users in /tmp and tar in a different directory with date stamp). Thus far: tar -cvf /db2/eomrpts/`date...
  6. ITGoddess

    Cron Handling of Holidays & Other Non-Working Days

    Many Thanks! *:->* That was enough to get me started. Regards, -Mcihelle
  7. ITGoddess

    Cron Handling of Holidays & Other Non-Working Days

    Greetings! I have several cron entries which execute on various schedules. I would like to implement an intelligent method of turning these scripts on and off in order to handle holidays and other non-working days (rather than manually changing cron entries). What comes to mind is creating a...
  8. ITGoddess

    Send Messages to Page Script

    Greetings! I would be exceptionally grateful if someone out there could share a script they use to send events (dial out to pager number w/alphanumeric or numeric number, either will do. Already have a fairly simple script for mail notification, would like to embellish for paging: if [ -z...

Part and Inventory Search

Back
Top