Увы из-за неимения.
Никакой программы не надо.
find <data path here> -type f -exec sed -i 's/<old string>/<new string>/' {} \;
for example:
find /directory/subdirectory/ -type f -exec sed -i 's/<old string>/<new string>/' {} \;
or u can just to to the directory where you need to replace all strings and type this:
find ./ -type f -exec sed -i 's/<old string>/<new string>/' {} \;
There are currently 1 users browsing this thread. (0 members and 1 guests)
|
|
Terms of Service | Privacy Policy |
|