
Search and Replace
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This UA uses the UNIX standard-tool sed (the stream-editor) so perform search and replace operations in all selected files
It is possible to give a regular expression for both strings.
Please note: The sed-command is "s/search/repleace/", so you have to escape the slash when you need it!
Installation:
- Open Krusader's Konfigurator
- Choose "User Actions -> Import Action"
Codeknight
13 years ago
http://www.krusader.org/phpBB/viewtopic.php?t=1989
Report