Search Results

Search: Posts Made By: howielim
Forum: Red Hat 02-27-2014
3,472
Posted By howielim
Last time i got the same issue with cannot ping...
Last time i got the same issue with cannot ping hostname from windows client. After troubleshooting for a while, i try to reboot those windows server since it was on test environment. After reboot,...
2,659
Posted By howielim
Yes the one you suggested is the right one. the...
Yes the one you suggested is the right one. the script suggested by pamu missing its backlash in $1 and $4. Thanks elixir_sinari
2,659
Posted By howielim
Strangely, this scripts works. My complete awk...
Strangely, this scripts works. My complete awk commands is

ssh someserver "awk '\$1==\"2012-10-28\" && \$4==17353' somelogfile"

However i also found a way to use value on those date. Just...
2,659
Posted By howielim
awk pattern matching on ssh
Hi folks,

i am trying to filer some log file using awk command. When i try it on remote server, it can show the result.

awk '$1=="2012-10-29" && $4==17353' somelogfile

But when i try to...
5,207
Posted By howielim
Works like a charm. Thanks
Works like a charm. Thanks
5,207
Posted By howielim
AWK pattern matching on loop
Hi,

I am still a beginner on shell scripting so please bear with me.

What i am trying to do is filter my logfile based on some ID on field 24 which is defined in array. The filter result output...
Showing results 1 to 6 of 6

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