I was working on the Artusi project: https://www.codecademy.com/courses/learn-the-command-line/projects/artusi
For exercise 20, I was supposed to move airdry.txt into the ceramic directory. I accidentally typed “mv airdry.txt cermaic” which moved airdry.txt and created cermaic, but cermaic isn’t a directory. So, what is cermaic and what happened to airdry.txt? Thanks!