Forrest logo
back to the rename tool

ftp:tldr:f80b2

ftp: Rename a file on the remote server.
$ rename ${original_filename} ${new_filename}
try on your machine

The command "rename ${original_filename} ${new_filename}" is used to change the name of a file.

To use this command, you need to replace "${original_filename}" with the name of the file you want to rename and "${new_filename}" with the new desired name for the file.

For example, if you have a file named "oldfile.txt" and you want to rename it to "newfile.txt", you would use the command "rename oldfile.txt newfile.txt". This will change the name of the file from "oldfile.txt" to "newfile.txt".

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the rename tool