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 ...
- 04-28-2011 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 3
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..
- 04-28-2011 #2Linux Newbie
- Join Date
- Apr 2010
- Location
- Novosibirsk, Russia
- Posts
- 136
Advanced Bash-Scripting Guide
You're welcome


Reply With Quote