📜  bash 重命名 foldr - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:05.443000             🧑  作者: Mango

代码示例1
# how to rename a folder:
mv oldNameOfFolder newNameOfFolder
# that's it