Skip to content
Snippets Groups Projects
Verified Commit 2334c9ed authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

change command to rename folder

parent 5c50ebed
No related branches found
No related tags found
No related merge requests found
...@@ -65,5 +65,5 @@ $ mv myFile.m myNewDirectory/. ...@@ -65,5 +65,5 @@ $ mv myFile.m myNewDirectory/.
Rename a file or a directory Rename a file or a directory
```bash ```bash
$ mv myFile.m myNewFile.m $ mv myFile.m myNewFile.m
$ mv myNewDirectory myDirectory $ mv myDirectory myNewDirectory
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment