Translations by ivarela

ivarela has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 907 results
36.
Request canceled
2009-06-23
Busca encaboxada
118.
With no FILE, or when FILE is -, read standard input.
2009-06-23
119.
The data are encoded as described for the base64 alphabet in RFC 3548. When decoding, the input may contain newlines in addition to the bytes of the formal base64 alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream.
2009-06-23
126.
Print NAME with any leading directory components removed. If specified, also remove a trailing SUFFIX.
2009-06-23
130.
Concatenate FILE(s), or standard input, to standard output. -A, --show-all equivalent to -vET -b, --number-nonblank number nonempty output lines -e equivalent to -vE -E, --show-ends display $ at end of each line -n, --number number all output lines -s, --squeeze-blank suppress repeated empty output lines
2009-06-23
131.
-t equivalent to -vT -T, --show-tabs display TAB characters as ^I -u (ignored) -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB
2009-06-23
132.
Examples: %s f - g Output f's contents, then standard input, then g's contents. %s Copy standard input to standard output.
2009-06-23
146.
Usage: %s [OPTION]... CONTEXT FILE... or: %s [OPTION]... [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE... or: %s [OPTION]... --reference=RFILE FILE...
2009-06-23
147.
Change the security context of each FILE to CONTEXT. With --reference, change the security context of each FILE to that of RFILE. -c, --changes like verbose but report only when a change is made -h, --no-dereference affect symbolic links instead of any referenced file (available only on systems with lchown system call)
2009-06-23
148.
--reference=RFILE use RFILE's security context rather than specifying a CONTEXT value -R, --recursive operate on files and directories recursively -v, --verbose output a diagnostic for every file processed
2009-06-23
149.
-u, --user=USER set user USER in the target security context -r, --role=ROLE set role ROLE in the target security context -t, --type=TYPE set type TYPE in the target security context -l, --range=RANGE set range RANGE in the target security context
2009-06-23
150.
The following options modify how a hierarchy is traversed when the -R option is also specified. If more than one is specified, only the final one takes effect. -H if a command line argument is a symbolic link to a directory, traverse it -L traverse every symbolic link to a directory encountered -P do not traverse any symbolic links (default)
2009-06-23
158.
Usage: %s [OPTION]... GROUP FILE... or: %s [OPTION]... --reference=RFILE FILE...
2009-06-23
159.
Change the group of each FILE to GROUP. With --reference, change the group of each FILE to that of RFILE. -c, --changes like verbose but report only when a change is made --dereference affect the referent of each symbolic link (this is the default), rather than the symbolic link itself
2009-06-23
160.
-h, --no-dereference affect each symbolic link instead of any referenced file (useful only on systems that can change the ownership of a symlink)
2009-06-23
161.
--no-preserve-root do not treat `/' specially (the default) --preserve-root fail to operate recursively on `/'
2009-06-23
162.
-f, --silent, --quiet suppress most error messages --reference=RFILE use RFILE's group rather than specifying a GROUP value -R, --recursive operate on files and directories recursively -v, --verbose output a diagnostic for every file processed
2009-06-23
163.
Examples: %s staff /u Change the group of /u to "staff". %s -hR staff /u Change the group of /u and subfiles to "staff".
2009-06-23
164.
getting new attributes of %s
2009-06-23
165.
neither symbolic link %s nor referent has been changed
2009-06-23
166.
mode of %s changed to %04lo (%s)
2009-06-23
167.
failed to change mode of %s to %04lo (%s)
2009-06-23
168.
mode of %s retained as %04lo (%s)
2009-06-23
169.
cannot operate on dangling symlink %s
2009-06-23
170.
changing permissions of %s
2009-06-23
171.
%s: new permissions are %s, not %s
2009-06-23
172.
Usage: %s [OPTION]... MODE[,MODE]... FILE... or: %s [OPTION]... OCTAL-MODE FILE... or: %s [OPTION]... --reference=RFILE FILE...
2009-06-23
173.
Change the mode of each FILE to MODE. -c, --changes like verbose but report only when a change is made
2009-06-23
174.
--no-preserve-root do not treat `/' specially (the default) --preserve-root fail to operate recursively on `/'
2009-06-23
175.
-f, --silent, --quiet suppress most error messages -v, --verbose output a diagnostic for every file processed --reference=RFILE use RFILE's mode instead of MODE values -R, --recursive change files and directories recursively
2009-06-23
176.
Each MODE is of the form `[ugoa]*([-+=]([rwxXst]*|[ugo]))+'.
2009-06-23
177.
cannot combine mode and --reference options
2009-06-23
179.
changed ownership of %s to %s
2009-06-23
181.
no change to ownership of %s
2009-06-23
182.
failed to change ownership of %s to %s
2009-06-23
183.
failed to change group of %s to %s
2009-06-23
184.
failed to change ownership of %s
2009-06-23
185.
ownership of %s retained as %s
2009-06-23
186.
group of %s retained as %s
2009-06-23
187.
ownership of %s retained
2009-06-23
188.
cannot dereference %s
2009-06-23
189.
changing ownership of %s
2009-06-23
190.
changing group of %s
2009-06-23
191.
Usage: %s [OPTION]... [OWNER][:[GROUP]] FILE... or: %s [OPTION]... --reference=RFILE FILE...
2009-06-23
192.
Change the owner and/or group of each FILE to OWNER and/or GROUP. With --reference, change the owner and group of each FILE to those of RFILE. -c, --changes like verbose but report only when a change is made --dereference affect the referent of each symbolic link (this is the default), rather than the symbolic link itself
2009-06-23
193.
--from=CURRENT_OWNER:CURRENT_GROUP change the owner and/or group of each file only if its current owner and/or group match those specified here. Either may be omitted, in which case a match is not required for the omitted attribute.
2009-06-23
194.
-f, --silent, --quiet suppress most error messages --reference=RFILE use RFILE's owner and group rather than specifying OWNER:GROUP values -R, --recursive operate on files and directories recursively -v, --verbose output a diagnostic for every file processed
2009-06-23
195.
Owner is unchanged if missing. Group is unchanged if missing, but changed to login group if implied by a `:' following a symbolic OWNER. OWNER and GROUP may be numeric as well as symbolic.
2009-06-23
196.
Examples: %s root /u Change the owner of /u to "root". %s root:staff /u Likewise, but also change its group to "staff". %s -hR root /u Change the owner of /u and subfiles to "root".
2009-06-23
197.
Usage: %s NEWROOT [COMMAND...] or: %s OPTION
2009-06-23