Find the answer to your Linux question:
Results 1 to 4 of 4
how to use sed...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    3

    how to use sed

    how to use sed

  2. #2
    Linux Newbie Themer's Avatar
    Join Date
    Feb 2008
    Posts
    171
    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!

  3. #3
    Just Joined!
    Join Date
    May 2009
    Posts
    3

    Question

    can I convert a bash script to an ash script easily

  4. #4
    Linux Newbie Themer's Avatar
    Join Date
    Feb 2008
    Posts
    171
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...