Hello, I wonder if there is a possibility to make changes to the files in Glitch collectively.
For example, it says “test” in the files and I want to replace it with “test2”.
You might want to use bash for this in the terminal:
1 Like
I tried but it didn’t
Did you type refresh
in the terminal to refresh the editor?
1 Like
Yes I wrote it, can you give me the code directly?
find ./ -name “*.html” -exec sed -i “s/test/test2/g” {} ;
I tried this but it failed
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.