Thread
:
[solved]Real time parsing/substitution with sed?
View Single Post
szopin
2011-11-23 , 17:36
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#
1
Not sure if this is possible with sed, but after a bit of googling I believe this is the right tool. I am trying to replace MAC addresses of my devices with human-friendly names. I created a file with 's/MAC/Laptop/g' lines and for cat it works:
cat file.csv | sed -f list (this replaces mac addresses as expected)
but real-time output doesn't:
airodump-ng wlan0 | sed -f list (no substitution takes place)
Can this be achieved with sed?
Last edited by szopin; 2011-11-24 at
20:11
.
Quote & Reply
|
szopin
View Public Profile
Send a private message to szopin
Find all posts by szopin