Find the answer to your Linux question:
Results 1 to 2 of 2
Dear All, I am very new to shell script, and my requirement is -- 1. open the apache access log, use "cut" and "grep" to find the numbers. 2.put the ...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    3

    Arrow How to use a function inside a shell

    Dear All,

    I am very new to shell script, and my requirement is --

    1. open the apache access log, use "cut" and "grep" to find the numbers.
    2.put the result in a file
    3.then compare the same result with day before result
    4. send the result via e-mail.

    so how can i do that , using some functions..

  2. #2
    Linux Newbie
    Join Date
    Apr 2010
    Location
    Novosibirsk, Russia
    Posts
    136

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...