Renames/moves a file from one path to another.
N path|newpath
path and newpath are separated by a vertical bar/pipe/vertical slash '|'.
newpath must not already exist.
path/newpath is the absolute path to a file/directory. A properly formatted path must begin with a ”/” (forward slash) and begins at the root directory. Subdirectories are separated with ”/” (forward slash)./logs/january/jan3.log
NULL | Enn
Rename a file:
N /www/index.html|/www/index.htm
Move a directory:
N /www/images|/images