Search Results

Search: Posts Made By: kanagalamurali
2,977
Posted By kanagalamurali
Let me make this simple
I have a function with multiple while loops that fetch files from remote servers. I have paths in $paths variable and file names in $logs variable (Space separated).
Function () {
while read path...
2,977
Posted By kanagalamurali
While loop hangs in function running in background
Hello Everyone,

I am writing a shell script to fetch log files from remote servers within a time range. It copies log files to local server, grep for date and then compares the time stamp of each...
9,715
Posted By kanagalamurali
You can convert the time stamp to epoch time and...
You can convert the time stamp to epoch time and compare with the one in the log entry.
I have cut the first two fields with space as delimiter and removed that unused number with comma as delimiter...
Showing results 1 to 3 of 3

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