Английская Википедия:Command (Unix)

Материал из Онлайн справочника
Версия от 14:18, 20 февраля 2024; EducationBot (обсуждение | вклад) (Новая страница: «{{Английская Википедия/Панель перехода}} {{short description|Unix shell builtin}} {{Multiple issues| {{Notability|Products|date=February 2020}} {{Unreferenced|date=February 2020}} }} {{lowercase title}} {{Infobox software | name = command | logo = | screenshot = | screenshot size = | caption = | author = | developer = | re...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Multiple issues Шаблон:Lowercase title Шаблон:Infobox software The command command in Unix and Unix-like operating systems is a utility to execute a command. It is specified in the POSIX standard. It is present in Unix shells as a shell builtin function. The argument(s) passed is a command with its arguments. The passed command is run with the normal shell function lookup suppressed.

Examples

In the following, the ls command is run without any shell functions or aliases that may exist with the same name:

$ command ls

See also

External links

Шаблон:Unix commands