kea-classrooms / bbs-NichlasMau

bbs-NichlasMau created by GitHub Classroom
0 stars 0 forks source link

Basics - moving around and looking inside #5

Open NichlasMau opened 1 year ago

NichlasMau commented 1 year ago

OK - now we can

NichlasMau commented 1 year ago

1 in order to move subfolders into the same, you need to use "mv" which means move/rename. After that you write "mv animals/counties .

"." is the folder you are in now.

2 in order to rename you need to write "mv (name of file) "space" (new name of file).

NichlasMau commented 1 year ago

image