I need to replace a string in a lot of files in a folder, with only ssh access to the server. How can I do this?
I need to replace a string in a lot of files in a folder,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Occurrences of “foo” will be replaced with “bar”.
On BSD systems like macOS, you need to provide a backup extension like
-i '.bak'or else “risk corruption or partial content” per the manpage.