1GFAL-CAT(1) General Commands Manual GFAL-CAT(1)
2
3
4
6 gfal-cat - concatenate a file and print on the standard output
7
9 gfal-cat [ -h ] [ -V ] [ -v ] [ -D DEFINITION ] [ -t TIMEOUT ] [ -p ]
10 FILE
11
12
14 gfal-cat Concatenate file to standard output. It simply opens the spec‐
15 ified file and prints all its contents to stdout.
16
18 -h, --help
19 show help about the command.
20
21 -V, --version
22 output version information and exit.
23
24 -v, --verbose
25 verbose mode. Repeat up to 3 times for the most verbose mode.
26
27 -D, --definition
28 define properties for gfal2.
29
30 -C, --client-info
31 provide custom client-side information
32
33 -t, --timeout
34 global timeout for the execution of the command. Command is
35 interrupted if time expires before it finishes.
36
37
39 gfal-cat
40 srm://endpoint.cern.ch/path/file
41
42
44 /etc/gfal2.d/*
45 All configuration files in this directory affect the behavior of
46 the underlying gfal2.
47
48
50 Duarte Meneses <duarte.meneses@cern.ch>
51 Adrien Devresse <adrien.devresse@cern.ch>
52 Alejandro Alvarez Ayllon <alejandro.alvarez.ayllon@cern.ch>
53
54
56 gfal-copy(1), gfal-rm(1), gfal-cat(1), gfal-save(1), gfal-mkdir(1),
57 gfal-ls(1)
58
59
60
61v1.5.0 May 2017 GFAL-CAT(1)