# Name mv - move (rename) files or directories # Synopsis If destination already exist, please [rm](rm.md) it first. ``` mv [OPTION]... or or ``` # Description ``` ``` # Examples - The following command move a single file to pfs ``` paddle pfs mv ./text1.txt pfs://mydirectory/test1.txt ``` Output ``` move ./text1.txt pfs://mydirectory/test1.txt ```