1GFAL-RM(1) General Commands Manual GFAL-RM(1)
2
3
4
6 gfal-rm - Remove files or directories
7
9 gfal-rm [ -h ] [ -V ] [ -v ] [ -D DEFINITION ] [ -C CLIENT-INFO ] [ -t
10 TIMEOUT ] [ -r ] FILE...
11
12
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
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
47 gfal-rm
48 file:///tmp/test
49
50 gfal-rm
51 -r srm://endpoint.cern.ch/path/directory
52
53
55 /etc/gfal2.d/*
56 All configuration files in this directory affect the behavior of
57 the underlying gfal2.
58
59
61 Duarte Meneses <duarte.meneses@cern.ch>
62 Adrien Devresse <adrien.devresse@cern.ch>
63 Alejandro Alvarez Ayllon <alejandro.alvarez.ayllon@cern.ch>
64
65
67 gfal-cat(1), gfal-chmod(1), gfal-copy(1), gfal-ls(1), gfal-mkdir(1),
68 gfal-rename(1), gfal-rm(1), gfal-save(1), gfal-stat(1), gfal-sum(1),
69 gfal-xattr(1)
70
71
72
73v1.5.0 May 2017 GFAL-RM(1)