Skip to content

Latest commit

 

History

History
105 lines (57 loc) · 1.55 KB

File metadata and controls

105 lines (57 loc) · 1.55 KB

nodejsscriptDocs


nodejsscript / s / mv

Function: mv()

Moves files. The wildcard * is accepted.

Param

Available options: - -f: force (default behavior) - -n: no-clobber

Param

The source.

Param

The destination.

mv(options, source, dest)

mv(options, source, dest): ShellString

Moves files. The wildcard * is accepted.

Parameters

options: string

Available options: - -f: force (default behavior) - -n: no-clobber

source: string | string[]

The source.

dest: string

The destination.

Returns

ShellString

Object with shell exit code, stderr and stdout.

Object with shell exit code, stderr and stdout.

Param

Available options: - -f: force (default behavior) - -n: no-clobber

Param

The source.

Param

The destination.

mv(source, dest)

mv(source, dest): ShellString

Moves files. The wildcard * is accepted.

Parameters

source: string | string[]

The source.

dest: string

The destination.

Returns

ShellString

Object with shell exit code, stderr and stdout.

Object with shell exit code, stderr and stdout.

Param

Available options: - -f: force (default behavior) - -n: no-clobber

Param

The source.

Param

The destination.