You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the moving files and directories section, it tells me to move the quotes.txt file to the current working directory. However I get an error while doing so. I have confirmed the file is still in thesis, and my current working directory is ~/Desktop/shell-lesson-data/exercise-data/writing
but when i type into BASH mv thesis/quotes.txt . I get an error stating i tried changing the name to ./quotes.txt. As a newbie, it's confusing as to why you would use mv to move but also to change the name of a file. It doesn't seem my computer knows the difference.
Location of problem (optional)
No response
The text was updated successfully, but these errors were encountered:
What is the problem?
In the moving files and directories section, it tells me to move the quotes.txt file to the current working directory. However I get an error while doing so. I have confirmed the file is still in thesis, and my current working directory is ~/Desktop/shell-lesson-data/exercise-data/writing
but when i type into BASH mv thesis/quotes.txt . I get an error stating i tried changing the name to ./quotes.txt. As a newbie, it's confusing as to why you would use mv to move but also to change the name of a file. It doesn't seem my computer knows the difference.
Location of problem (optional)
No response
The text was updated successfully, but these errors were encountered: