Search Results

Search: Posts Made By: panyam
Forum: Infrastructure Monitoring 06-15-2010
4,370
Posted By panyam
As usual, A sed version: sed -n...
As usual,

A sed version:


sed -n '/SNMP/p' input_file | sed -e 's/{"\(.*[a-zA-Z]\).*/\1/g' -e 's/ [01]//g' > output_file
Forum: Infrastructure Monitoring 06-15-2010
4,370
Posted By panyam
A sed version: sed -n '/SNMP/p'...
A sed version:


sed -n '/SNMP/p' input_file | sed 's/{"\(.*[a-zA-Z]\).*/\1/g' > outpt_file
Showing results 1 to 2 of 2

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