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 gkittelson 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. Jake99

    PIX Firewall Latency issue

    Hope you guys can help! The issue we are having is a latency issue with HTTP traffic from an IIS system in our DMZ to the LAN. Let me give you some background; we have two PIX 525 firewalls with six Ethernet ports on each, they are configured as: Outside Inside DMZ1 DMZ2 DMZ3 Failover...
  2. Jake99

    Newbie needs scripting help

    Ok I have finally figured this out and let me know if this would work to find files older then one day and copy them to a directory find /fnsw/local/logs/qlogs/1 -name 'QLG*' -mtime +1 -exec cp {} ./retlog \; How can I use this command to find files that are from the last 24 hours? Thanks for...
  3. Jake99

    Newbie needs scripting help

    Quickasarus, Can you give some more explanation of your post. I am still sort of confused. Thanks for the help Jake99
  4. Jake99

    Newbie needs scripting help

    I am not really sure where to start. I am a newbie at this and would like any input as to where I should begin. Thanks Jake99
  5. Jake99

    Newbie needs scripting help

    This is a great forum..wish I had found it earlier. :) Here is what I am looking to do. A file is created daily on my AIX server in this format - QLGYYYYMMDD. Based on what day it is I need to run a specific command on the file for the current day and output it to a file called RetLog. I will...

Part and Inventory Search

Back
Top