Linux– category –
-
Linux
【Command】フォルダの名前変更「change directory name /No such file or directory]
【Command】フォルダの名前変更「change directory name /No such file or directory] [code] mv ./hoge/folder ./hoge/newname [/code] -
Linux
【Command】フォルダのコピー「cp [directory] is a directory (not copied).」
【Command】cp [directory] is a directory (not copied). あれですけど、よく忘れるので。 add -r (mean "recursive") [code] cp -r directoryPath ./ [/code]
1