Search Results

Search: Posts Made By: anbu23
1,797
Posted By anbu23
$ awk -F'\n' ' $0 ~ /interface.*helper-address/ {...
$ awk -F'\n' ' $0 ~ /interface.*helper-address/ { print $1,$4, $5, $6, $7 } ' RS='!\n' OFS="\n" file
interface Vlan3
ip helper-address 192.168.228.188
ip helper-address 192.168.97.199
ip...
Showing results 1 to 1 of 1

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