diff options
Diffstat (limited to 'po/fi/man1/which.1.po')
-rw-r--r-- | po/fi/man1/which.1.po | 406 |
1 files changed, 406 insertions, 0 deletions
diff --git a/po/fi/man1/which.1.po b/po/fi/man1/which.1.po new file mode 100644 index 00000000..d788c37a --- /dev/null +++ b/po/fi/man1/which.1.po @@ -0,0 +1,406 @@ +# Finnish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Tuukka Forssell <taf@jytol.fi>, 1998. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-02-15 18:16+0100\n" +"PO-Revision-Date: 1998-04-10 11:01+0200\n" +"Last-Translator: Tuukka Forssell <taf@jytol.fi>\n" +"Language-Team: Finnish <>\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "WHICH" +msgstr "WHICH" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NIMI" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "which - shows the full path of (shell) commands." +msgstr "which - näyttää komentojen koko hakemistopuut" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "YLEISKATSAUS" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<which> [options] [--] programname [...]" +msgstr "B<which> [optiot] [--] komennonnimi [...]" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "KUVAUS" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"B<Which> takes one or more arguments. For each of its arguments it prints to " +"stdout the full path of the executables that would have been executed when " +"this argument had been entered at the shell prompt. It does this by " +"searching for an executable or script in the directories listed in the " +"environment variable B<PATH> using the same algorithm as B<bash(1)>." +msgstr "" +"I<Which> komennolle voidaan antaa monia komentonimiä, tulostetaan annettujen " +"ohjelmien koko hakemistopuut, jotka voidaan ajaa suoraan shellistä. Tekee " +"tämän etsimällä komentoja shellille määritellyistä B<$PATH> poluista." + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "This man page is generated from the file I<which.texinfo>." +msgstr "" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "VALITSIMET" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--all>, B<-a>" +msgstr "B<--all>, B<-a>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Print all matching executables in B<PATH>, not just the first." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--read-alias>, B<-i>" +msgstr "B<--read-alias>, B<-i>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Read aliases from stdin, reporting matching ones on stdout. This is useful " +"in combination with using an alias for which itself. For example" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<alias which=\\'alias | which -i\\'>." +msgstr "B<alias which=\\'alias | which -i\\'>." + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--skip-alias>" +msgstr "B<--skip-alias>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Ignore option \\`--read-alias\\', if any. This is useful to explicity search " +"for normal binaries, while using the \\`--read-alias\\' option in an alias " +"or function for which." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--read-functions>" +msgstr "B<--read-functions>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Read shell function definitions from stdin, reporting matching ones on " +"stdout. This is useful in combination with using a shell function for which " +"itself. For example:" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<which() { declare -f | which --read-functions $@ }>" +msgstr "B<which() { declare -f | which --read-functions $@ }>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "export -f which" +msgstr "export -f which" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--skip-functions>" +msgstr "B<--skip-functions>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Ignore option \\`--read-functions\\', if any. This is useful to explicity " +"search for normal binaries, while using the \\`--read-functions\\' option in " +"an alias or function for which." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--skip-dot>" +msgstr "B<--skip-dot>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Skip directories in B<PATH> that start with a dot." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--skip-tilde>" +msgstr "B<--skip-tilde>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Skip directories in B<PATH> that start with a tilde and executables which " +"reside in the B<HOME> directory." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--show-dot>" +msgstr "B<--show-dot>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"If a directory in B<PATH> starts with a dot and a matching executable was " +"found for that path, then print \"./programname\" rather than the full path." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--show-tilde>" +msgstr "B<--show-tilde>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Output a tilde when a directory matches the B<HOME> directory. This option " +"is ignored when which is invoked as root." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tty-only>" +msgstr "B<--tty-only>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Stop processing options on the right if not on tty." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--version,-v,-V>" +msgstr "B<--version,-v,-V>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Print version information on standard output then exit successfully." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Print usage information on standard output then exit successfully." +msgstr "" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "RETURN VALUE" +msgstr "PALUUARVO" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"B<Which> returns the number of failed arguments, or -1 when no " +"\\`programname\\' was given." +msgstr "" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "EXAMPLE" +msgstr "ESIMERKKI" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The recommended way to use this utility is by adding an alias (C shell) or " +"shell function (Bourne shell) for B<which> like the following:" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "[ba]sh:" +msgstr "[ba]sh:" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"which ()\n" +"{\n" +" (alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n" +"}\n" +"export -f which\n" +msgstr "" +"which ()\n" +"{\n" +" (alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n" +"}\n" +"export -f which\n" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "[t]csh:" +msgstr "[t]csh:" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "alias which \\'alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde\\'\n" +msgstr "alias which \\'alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde\\'\n" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"This will print the readable ~/ and ./ when starting which from your prompt, " +"while still printing the full path when used from a script:" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"E<gt> which q2\n" +"~/bin/q2\n" +"E<gt> echo \\`which q2\\`\n" +"/home/carlo/bin/q2\n" +msgstr "" +"E<gt> which q2\n" +"~/bin/q2\n" +"E<gt> echo \\`which q2\\`\n" +"/home/carlo/bin/q2\n" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "BUGIT" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The B<HOME> directory is determined by looking for the B<HOME> environment " +"variable, which aborts when this variable doesn\\'t exist. B<Which> will " +"consider two equivalent directories to be different when one of them " +"contains a path with a symbolic link." +msgstr "" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "TEKIJÄ" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Carlo Wood E<lt>carlo@gnu.orgE<gt>" +msgstr "Carlo Wood E<lt>carlo@gnu.orgE<gt>" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "KATSO MYÖS" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<bash(1)>" +msgstr "B<bash>(1)" |