Rename File and directory in termux

To rename a file You have to command as the following syntax

mv <old file name> <new file name>

That's all

Comments