Lingua-Franca Project - task 11

Someone pls help! Much appreciate.

  1. I am not sure WHY I get “no matches found” ? (see below screenshot)

  2. HOW to resolve the error?

Link to project: https://www.codecademy.com/courses/learn-the-command-line/articles/command-line-offline-project

/P

Sorry this reply is sooo late, but I’m leaving this response in hopes it can help someone down the line. I too, had this same issue. My issue was that I was in the todo directory itself when trying to recursively remove it. Removing it while being in it would be like dropping the floor out from underneath oneself, so I moved up a working directory to the main level (lingua-franca), and THEN tried the recursive removal of the todo directory with the code rm -r todo/* Hope this helps someone:)