Results 1 to 4 of 4
how to use sed...
- 05-04-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 3
how to use sed
how to use sed
- 05-05-2009 #2
type "man sed" in the terminal and hit enter to get a manual.
By extension, almost all programs can be investigated for their use using this method.When I find myself burried in errors, Windows Help appears to me; speaking words of wisdom, Reboot!
- 05-14-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 3
can I convert a bash script to an ash script easily
- 05-14-2009 #4
I suppose you could, yes, if you knew how to write/read both of them well enough. If you mean could you use sed to convert it for you, that's hard to say. If the syntax is very similar, then a find-and-replace method might do the trick, but if it's more complicated, then probably not.
When I find myself burried in errors, Windows Help appears to me; speaking words of wisdom, Reboot!


Reply With Quote