Hey community!
I’m working on the Offline project mentioned above. Link to the project here: https://www.codecademy.com/courses/learn-the-command-line/articles/command-line-offline-project
I’m on task #16 and I’m inputting the command:
[email protected] lingua-franca % sed -i ‘s/Lingua-Franca/Lingua Franca/g’ /.txt
And got the following response:
sed: 1: “africa/afrihili.txt”: command a expects \ followed by text
I’m assuming I did something wrong in previous tasks but I’m not sure what as I’ve followed along with the video and the solution HTML filed included for the project. I’m also not sure how to interpret the error and hoping someone can help me understand what I need to fix!