[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] manpages zu "built-in" commandos finden?



Matthias Haegele <mhaegele@linuxrocks.dyndns.org> wrote:
> Beispiel Kommando "source".
> wenn ich "man source" eingebe gibt es nix, weil das Kommando ja wohl in 
> die bash integriert ist.

> angenommen ich wüsste das jetzt nicht, wie kann ich das finden (nach 
> source zu suchen macht imho keinen Sinn da das Wort sehr häufig vorkommt 
> ...).

Suchst Du type? Oder help?
#v+
[rob@woody:~]$ type source
source is a shell builtin
[rob@woody:~]$ help source
source: source filename [arguments]
     Read and execute commands from FILENAME and return.  The pathnames
    in $PATH are used to find the directory containing FILENAME.  If any
    ARGUMENTS are supplied, they become the positional parameters when
    FILENAME is executed.
[rob@woody:~]$
#v-

Rob
-- 
> Linux is not user-friendly.
It _is_ user-friendly.  It is not ignorant-friendly and idiot-friendly.
        -- Seen somewhere on the net


Reply to: