rename folder mac terminal code example
Example 1: command line rename folder mac
mv old-folder-name new-folder-name
Example 2: how to rename the directory in terminal
mv [oldDirPath] [newDirPath]
mv old-folder-name new-folder-name
mv [oldDirPath] [newDirPath]