Tartalom
Adatok
Licenc: GNU GPLv3+
Verziószám: GNU Bash 5
Fejlesztő/tulajdonos: Free Software Foundation Inc.
Rövid leírás:
Az eval beépített Bash parancs manual oldala és súgója.
Man oldal kimenet
man bash
Manual kimenet [...] eval [arg ...] The args are read and concatenated together into a single command. This command is then read and executed by the shell, and its exit status is returned as the value of eval. If there are no args, or only null arguments, eval returns 0. [...]
Súgó kimenet
eval --help
eval: eval [arg ...] Argumentumok végrehajtása parancsként. Az argumentumokat összefűzi, és az eredményt egy parancssorként hajtja végre a parancsértelmező. Kilépési kód: A parancs kilépési kódjával tér vissza, vagy sikerrel, ha üres a parancs.
Kapcsolódó tartalom
- 24 megtekintés