View Single Post
  #7   (View Single Post)  
Old 9th March 2009
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Just try something like:
# find hippoviewersrc/ -type f -exec sed -i.orig 's|g[+c][+c]4\.1|g[+c][+c]4.2|'

Bit bruteforce ... But it generally works.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.

Last edited by Carpetsmoker; 10th March 2009 at 11:18 AM. Reason: Fix typo in command
Reply With Quote