> how do I do a search and replace usuing pico and or another editor Ahm.. In Pico I don't know (never used it). But in emacs: M-x replace-string<cr> searchstring<cr> replacement<cr> I think there is a replace-string-regexp too if you want do some advanced textreplacement. In vi: %s/searchstring/replacestring/g <- notice the '%'. That means that this substitution should be global (the whole file). If you skip the '%' it will only substitute on the line where the cursors' at. Two free lessons! Weee! Next time please RTFM or RTFF. RTFF--- // Jorgen +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST