Results 1 to 1 of 1
Hello all,
i am currently putty'ing into BusyBox v0.60.4 (ash) and am trying to write a script that would let me find a word in file then replace it with ...
- 09-16-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 3
Help Putty
Hello all,
i am currently putty'ing into BusyBox v0.60.4 (ash) and am trying to write a script that would let me find a word in file then replace it with another. I know normally i can sed this, but that is not an option on this build. awk is not an option either. it looks like the only thing i can do is grep. is there a way to grep string then substitute the string ? thanks for any help offered.


Reply With Quote