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 [ OPTION ]... FILE
10
11
13 gfal-cat Concatenate file to standard output. It simply opens the spec‐
14 ified file and prints all its contents to stdout.
15
17 -h, --help
18 show help about the command.
19
20 -V, --version
21 output version information and exit.
22
23 -v, --verbose
24 verbose mode. Repeat up to 3 times for the most verbose mode.
25
26 -D, --definition DEFINITION
27 define properties for gfal2. Definitions have the following syn‐
28 tax: "CONFIG_GROUP:KEY=VALUE"
29
30 -t, --timeout TIMEOUT
31 global timeout for the execution of the command. Command is in‐
32 terrupted if time expires before it finishes. Note: A grace pe‐
33 riod of 30 seconds is given to the global timeout.
34
35 -E, --cert CERT
36 user certificate. (This option takes effect only after
37 X509_USER_PROXY environment variable and default
38 /tmp/x509up_u`id -u` location cannot provide a certificate)
39
40 --key KEY
41 user private key.
42
43 -4 forces Gfal2 to use IPv4 addresses only. (Option valid only for
44 GridFTP protocol)
45
46 -6 forces Gfal2 to use IPv6 addresses only. (Option valid only for
47 GridFTP protocol)
48
49 -C, --client-info CLIENT_INFO
50 provide custom client-side information.
51
52 --log-file LOG_FILE
53 write Gfal2 library logs to the given file location.
54
55 -b, --bytes
56 handle file contents as bytes. (only in Python3)
57
58
59
61 gfal-cat
62 srm://endpoint.cern.ch/path/file
63
64
66 /etc/gfal2.d/*
67 All configuration files in this directory affect the behavior of
68 the underlying gfal2.
69
70
72 Duarte Meneses <duarte.meneses@cern.ch>
73 Adrien Devresse <adrien.devresse@cern.ch>
74 Alejandro Alvarez Ayllon <alejandro.alvarez.ayllon@cern.ch>
75 Andrea Manzi <andrea.manzi@cern.ch>
76 Mihai Patrascoiu <mihai.patrascoiu@cern.ch>
77 Joao Lopes <joao.pedro.batista.lopes@cern.ch>
78
79
81 gfal-cat(1), gfal-chmod(1), gfal-copy(1), gfal-ls(1), gfal-mkdir(1),
82 gfal-rename(1), gfal-rm(1), gfal-save(1), gfal-stat(1), gfal-sum(1),
83 gfal-token(1), gfal-xattr(1), gfal-evict(1), gfal-bringonline(1), gfal-
84 archivepoll(1)
85
86
87
88v1.7.1 March 2022 GFAL-CAT(1)