1GFAL-RM(1)                  General Commands Manual                 GFAL-RM(1)
2
3
4

NAME

6       gfal-rm - Remove files or directories
7

SYNOPSIS

9       gfal-rm  [ -h ] [ -V ] [ -v ] [ -D DEFINITION ] [ -C CLIENT-INFO ] [ -t
10       TIMEOUT ] [ -r ] FILE...
11
12

DESCRIPTION

14       gfal-rm Removes each specified file or directory. By default,  it  does
15       not  remove directories. To delete a directory, --recursive needs to be
16       given, in which case all given directories are removed too  along  with
17       all their contents.
18
19

OPTIONS

21       -h, --help
22              show help about the command.
23
24       -V, --version
25              output version information and exit.
26
27       -v, --verbose
28              verbose mode. Repeat up to 3 times for the most verbose mode.
29
30       -D, --definition
31              define properties for gfal2.
32
33       -C, --client-info
34              provide custom client-side information
35
36       -t, --timeout
37              global  timeout  for  the  execution  of the command. Command is
38              interrupted if time expires before it finishes.
39
40       -r, --recursive
41              also remove directories and their contents recursively.
42
43       --bulk perform bulk deletion.
44
45       --just-delete
46              do not perform any check on the file prior to  delete.  this  is
47              needed to delete HTTP signed URLs
48
49

EXAMPLES

51       gfal-rm
52              file:///tmp/test
53
54       gfal-rm
55              -r srm://endpoint.cern.ch/path/directory
56
57

FILES

59       /etc/gfal2.d/*
60              All configuration files in this directory affect the behavior of
61              the underlying gfal2.
62
63

AUTHORS

65       Duarte Meneses <duarte.meneses@cern.ch>
66       Adrien Devresse <adrien.devresse@cern.ch>
67       Alejandro Alvarez Ayllon <alejandro.alvarez.ayllon@cern.ch>
68       Andrea Manzi <andrea.manzi@cern.ch>
69
70

SEE ALSO

72       gfal-cat(1), gfal-chmod(1),  gfal-copy(1),  gfal-ls(1),  gfal-mkdir(1),
73       gfal-rename(1),  gfal-rm(1),  gfal-save(1),  gfal-stat(1), gfal-sum(1),
74       gfal-xattr(1)
75
76
77
78v1.5.0                             May 2017                         GFAL-RM(1)
Impressum