262 reputation
6
bio website
location
age
visits member for 8 months
seen May 20 at 12:19
stats profile views 30

May
13
accepted sed + how to remove character/s that start or ended on each number
May
12
comment sed + how to remove character/s that start or ended on each number
Could be spaces or TAB ,
May
12
asked sed + how to remove character/s that start or ended on each number
May
6
accepted linux + match IP ADDRESS with 3 octets or with 4 octets
May
6
comment linux + match IP ADDRESS with 3 octets or with 4 octets
is it possible to use your syntax after PIPE LINE for example cat file | "your syntax" , so I will catch all relevant IP's
May
6
comment linux + match IP ADDRESS with 3 octets or with 4 octets
I need to detect , but I prefer to detect it after PIPE LINE for example .... | 'check if match IP '
May
6
comment linux + match IP ADDRESS with 3 octets or with 4 octets
another part /usr/xpg4/bin/grep: illegal option -- o ( on solaris )
May
6
comment linux + match IP ADDRESS with 3 octets or with 4 octets
its work for 4 octets but not for 3 octets : IP_ADDRESS=192.2.2 ; echo $IP_ADDRESS | egrep '[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}'
May
6
comment linux + match IP ADDRESS with 3 octets or with 4 octets
its not match the IP with 3 octets as this example: echo 172.17.200 | grep -Eo '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}'
May
6
revised linux + match IP ADDRESS with 3 octets or with 4 octets
added 55 characters in body
May
6
asked linux + match IP ADDRESS with 3 octets or with 4 octets
Apr
29
awarded  Popular Question
Apr
29
accepted linux + how to ignore (filter) file with space
Apr
28
asked linux + how to ignore (filter) file with space
Apr
28
accepted perl one liner + print VALUE in the end of the line
Apr
21
comment Get exit status of process that's piped to another
@Patrick the pipestatus solution is works on bash , just more quastion in case I use ksh script you think we can find something similar to pipestatus ? , ( meenwhile I see the pipestatus not supported by ksh )
Apr
21
revised how to get exit status from the command before the last
added 147 characters in body
Apr
21
asked how to get exit status from the command before the last
Apr
17
accepted Output of `java -version` not matched by grep or awk
Apr
17
asked Output of `java -version` not matched by grep or awk