diff --git a/episodes/03-create.md b/episodes/03-create.md index 9aa0488d2..e837f20b5 100644 --- a/episodes/03-create.md +++ b/episodes/03-create.md @@ -626,7 +626,7 @@ file's disk space right away. ::::::::::::::::::::::::::::::::::::::: challenge -## Using `rm` Safely +## Using ` rm ` Safely What happens when we execute `rm -i thesis_backup/quotations.txt`? Why would we want this protection when using `rm`?