Search Results

Search: Posts Made By: dreamgirl314
3,223
Posted By dreamgirl314
Wow, that is perfect. Just what I needed in one...
Wow, that is perfect. Just what I needed in one line :)

One more thing, is there a way to store the value of average in another variable, since I am having a shell script which runs the above...
3,223
Posted By dreamgirl314
Hi, The input is a nginx log file with many...
Hi,

The input is a nginx log file with many requests of this syntax:

130.37.129.78 - - [25/Jun/2011:12:55:10 +0000] "GET...
3,223
Posted By dreamgirl314
Thank you, but the thing is I am extracting the...
Thank you, but the thing is I am extracting the value line by line from the log.

/***************************************/
cat $LOG | while read LINE
do
# Obtain the value time from each...
3,223
Posted By dreamgirl314
Extract a value from log
Hi,

I have a log file:

130.37.129.78 - - [25/Jun/2011:12:35:07 +0000] "GET...
8,695
Posted By dreamgirl314
Hi, Thank you for the answer, but the problem...
Hi,
Thank you for the answer, but the problem is that I should ensure that process.sh is executed only once and only one time value should be entered in the tempfile.(Else it runs infinitely writing...
8,695
Posted By dreamgirl314
Terminate a process using shell script
Hi,

I am writing a shell script to run a process and write the output of the process to a file.

Inside program.sh:
./process.sh > tempfile
..

open tempfile
do the following

But the...
Showing results 1 to 6 of 6

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