Tartalom
Adatok
Licenc: GNU GPLv3+
Verziószám: GNU Bash 5
Fejlesztő/tulajdonos: Free Software Foundation Inc.
Rövid leírás:
Az fg beépített Bash parancs manual oldala és súgója. Az fg előtérbe helyezi a megadott munkaszámú háttérben futó munkafolyamatot.
Man oldal kimenet
man bash
[...] fg [jobspec] Resume jobspec in the foreground, and make it the current job. If jobspec is not present, the shell's notion of the current job is used. The return value is that of the command placed into the foreground, or failure if run when job control is disabled or, when run with job control enabled, if jobspec does not specify a valid job or jobspec specifies a job that was started without job control. [...]
Súgó kimenet
fg --help
fg: fg [munkaszám] Munka előtérbe hozása. A MUNKASZÁM által meghatározott munkát az előtérbe hozza, az aktuális munkává téve azt. Ha nincs MUNKASZÁM, a parancsértelmező által megjegyzett aktuális munkára vonatkozik a parancs. Kilépési kód: Az előtérbe hozott parancs állapota (annak kilépésekor), vagy nem nulla hiba esetén.
Kapcsolódó tartalom
- 28 megtekintés