nodejsscript • Docs
nodejsscript / s / rm
Removes files. The wildcard *
is accepted.
Available options:
- -f
(force),
- -r
, -R
(recursive)
Files to remove.
rm(
options
,files
):ShellString
Removes files. The wildcard *
is accepted.
• options: string
Available options:
- -f
: force
- -r
, -R
: recursive
• files: string
[]
Files to remove.
Object with shell exit code, stderr and stdout.
Object with shell exit code, stderr and stdout.
Available options:
- -f
(force),
- -r
, -R
(recursive)
Files to remove.
rm(
options
, ...files
):ShellString
Removes files. The wildcard *
is accepted.
• options: string
• ...files: string
[]
Available options:
- -f
(force),
- -r
, -R
(recursive)
Files to remove.
rm(
files
):ShellString
Removes files. The wildcard *
is accepted.
• files: string
[]
Files to remove.
Object with shell exit code, stderr and stdout.
Object with shell exit code, stderr and stdout.
Available options:
- -f
(force),
- -r
, -R
(recursive)
Files to remove.
rm(...
files
):ShellString
Removes files. The wildcard *
is accepted.
• ...files: string
[]
Available options:
- -f
(force),
- -r
, -R
(recursive)
Files to remove.