6.2.8.10 rmfile
Delete a file.
Purpose
The rmfile
command deletes a file in an Exascale vault.
Syntax
rmfile file-name [ --force ] [ --nowait ] [ --with-snapshots ]
Command Options
The options for the rmfile
command are:
-
file-name: Identifies the file to be deleted.
-
--force
: Deletes the specified file even if it is in use. -
--nowait
: Instead of waiting for the command to finish, the command returns immediately while the operation completes in the background. -
--with-snapshots
: Also deletes snapshots associated with the specified file.
Examples
Example 6-105 Delete a File
The following example deletes the file at @my-data/file1
.
@> rmfile @my-data/file1
Parent topic: File Management