Comment on I am attempting to get into self hosting after a shockingly frightening experience. I am very lost though.

<- View Parent
uranibaba@lemmy.world ⁨1⁩ ⁨week⁩ ago

I had a Raspberry Pi once and wanted to move file from the current folder to some other folder. I typed mv /* /path/to/folder/ and move everything in the root directory and down to this other folder.

^Correct would have been dot slash: mv ./* /path/to/folder/ a^

source
Sort:hotnewtop