Interactive search and replace from shell

前端 未结 8 1873
故里飘歌
故里飘歌 2020-12-29 12:32

Search and replace over multiple files is difficult in my editor. There are plenty of tricks that can be done with find, xargs and sed

8条回答
  •  死守一世寂寞
    2020-12-29 12:54

    you can try this tool for find and replace in intercative mode inner a shell

    https://sourceforge.net/projects/isartool/

    No X server is required, and if you want it's recursive in directory using the option -r.

    Ciao

提交回复
热议问题