Browsing Ossetian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Ossetian guidelines.
171180 of 191 results
171.
Generate the file with STRING as the suffix.
type: Plain text
(no translation yet)
Located in ../tempfile.1:60
172.
RETURN VALUES
type: SH
(no translation yet)
Located in ../tempfile.1:66
173.
An exit status of 0 means the temporary file was created successfully. Any other exit status indicates an error.
type: Plain text
(no translation yet)
Located in ../tempfile.1:69
174.
Exclusive creation is not guaranteed when creating files on NFS partitions. tempfile cannot make temporary directories. tempfile is deprecated; you should use mktemp(1) instead.
type: Plain text
(no translation yet)
Located in ../tempfile.1:73
175.
EXAMPLE
type: SH
(no translation yet)
Located in ../tempfile.1:75
176.
#!/bin/sh
#[...]
t=$(tempfile) || exit
trap "rm -f -- '$t'" EXIT
#[...]
rm -f -- "$t"
trap - EXIT
exit
type: Plain text
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in ../tempfile.1:85
177.
B<tempnam>(3), B<mktemp>(1)
type: Plain text
(no translation yet)
Located in ../tempfile.1:88
178.
WHICH
type: TH
(no translation yet)
Located in ../which.1:2
179.
1 May 2009
type: TH
(no translation yet)
Located in ../which.1:2
180.
which - locate a command
type: Plain text
(no translation yet)
Located in ../which.1:5
171180 of 191 results

This translation is managed by Ubuntu Ossetian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

No-one has contributed to this translation yet.