Overview
|
Logs
|
GitHub
g.remove.path
NAME
g.remove.path - Remove temporary files or directories
KEYWORDS
general ,
remove ,
file ,
directory ,
cleanup
SYNOPSIS
g.remove.path
g.remove.path --help
g.remove.path [-fr ] path =string [--help ] [--verbose ] [--quiet ] [--ui ]
Flags:
-f
Force removal
Force removal of files or directories
-r
Remove directories recursively
Remove directories recursively
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog
Parameters:
path =string [required]
Path to the file or directory to remove
g.remove.path is a simple helper module to be used in actinia to
clean-up temporary files and directories on a worker node.
In line with
g.remove no files or directories are removed without
the
f -flag. For directories also the
r -flag is needed.
The
path option supports the use of wildcards (*), handle with care.
temp_file=$(g.tempfile pid=12345)
g.remove.path -f path="$temp_file"
Stefan Blumentrath
SOURCE CODE
Available at:
g.remove.path source code
(history )
Accessed: Monday Jul 27 12:22:21 2026
Overview
|
Logs
|
GitHub
g.remove.path
Main index |
General index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2026
GRASS Development Team ,
GRASS 8.5.1dev Reference Manual