nodejsscript • Docs
nodejsscript / s / mv
Moves files. The wildcard *
is accepted.
Available options:
- -f
: force (default behavior)
- -n
: no-clobber
The source.
The destination.
mv(
options
,source
,dest
):ShellString
Moves files. The wildcard *
is accepted.
• options: string
Available options:
- -f
: force (default behavior)
- -n
: no-clobber
• source: string
| string
[]
The source.
• dest: string
The destination.
Object with shell exit code, stderr and stdout.
Object with shell exit code, stderr and stdout.
Available options:
- -f
: force (default behavior)
- -n
: no-clobber
The source.
The destination.
mv(
source
,dest
):ShellString
Moves files. The wildcard *
is accepted.
• source: string
| string
[]
The source.
• dest: string
The destination.
Object with shell exit code, stderr and stdout.
Object with shell exit code, stderr and stdout.
Available options:
- -f
: force (default behavior)
- -n
: no-clobber
The source.
The destination.