In today's world, Command (Unix) has become a topic of increasing interest to a wide audience. With the advancement of technology and globalization, Command (Unix) has become increasingly relevant in our daily lives. Whether as a social phenomenon, a historical figure or a contemporary concept, Command (Unix) has captured the attention of many people around the world. In this article, we will explore different aspects of Command (Unix) and analyze its impact on today's society. Furthermore, we will examine its evolution over time and its role in different cultural contexts. Through this exploration, we hope to shed light on the importance and relevance of Command (Unix) today.
| command | |
|---|---|
| Operating system | Unix and Unix-like |
| Type | Command |
command is a shell command for executing a command without invoking a function or alias that has the same name.[1] The command line arguments consist of an inner command line to executed. If the first argument is the name of a function or alias as well as the name of a command, then normally the function or alias takes precedence, but when passed as an argument to command the inner command is invoked instead of the function.[2]
The command is available on Unix and Unix-like operating systems. It is specified in the POSIX standard and is often implemented in Unix shells as a shell builtin function or alias.
In the following, the ls command is run directly instead of invoking a function or alias with the same name.
$ command ls