Install the complete package with local command reference and every published mode.
install movmovMove a file or directory to a new location or path; replacing an existing target is always explicit.
Decide whether <dst> is a container directory or the exact new path before moving; use -f only for an intentional replacement.
mov <src> <dst> [-f]mov <src> <dst>move a file or directory to <dst>
mov <src> <dst> -fmove over an existing file, link or empty directory
Without -f, an existing final path is an error. With -f,
Older lil-terminal releases accepted
Run the prepared examples directly on the page. Their results are prebuilt and shown in the browser; no terminal command is executed on the server.
Install the current compatible version. Choose Base for the complete feature set or Minimum for the reduced package; use upgrade to update a module that is already installed.
Base and Minimum are two packages of the same current module release, not separate command versions.
Install the complete package with local command reference and every published mode.
install movInstall the reduced package. Local reference is omitted;
install mov -mInstall exactly this published version.
install mov -v 1.2.2Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade movRemove the extension block while leaving the core and unrelated modules intact.
install mov -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
cd \sandbox\tmp | @mf move-me.txt | mov move-me.txt ..\workspace\move-me.txt | cd ..\workspace | pwdmove-me.txt
workspace/
move-me.txt
original.txt
replace.txt
updated.txt
/home/account/public_html/sandbox/workspacemov sandbox/tmp/draft.txt sandbox/tmp/final.txtmoved sandbox/tmp/draft.txt → sandbox/tmp/final.txtmov sandbox/tmp/new.txt sandbox/tmp/current.txt -fmoved sandbox/tmp/new.txt → sandbox/tmp/current.txt
replace existing file explicitlymov sandbox/tmp/project sandbox/workspace/moved sandbox/tmp/project → sandbox/workspace/projectmov \sandbox\tmp\new.txt \sandbox\tmp\current.txtDestination already existssandbox/workspace/original.txtThe example uses a file or directory from the protected /sandbox/ documentation workspace.
alpha
beta
gamma
The primary reference now describes the explicit <dst> destination directly.