Mit csinál a beépített parancs a Bash-ban?

Tartalomjegyzék:

Mit csinál a beépített parancs a Bash-ban?
Mit csinál a beépített parancs a Bash-ban?

Videó: Mit csinál a beépített parancs a Bash-ban?

Videó: Mit csinál a beépített parancs a Bash-ban?
Videó: How to disable SMBv1 and enable SMB Signing on Windows through Group Policy - YouTube 2024, Április
Anonim
A beépített parancsok a Bash-ban rendkívül hasznosak lehetnek, de mit csinál maga a "beépített"? A mai SuperUser Q & A hozzászólás a kíváncsi olvasó kérdéseire ad választ.
A beépített parancsok a Bash-ban rendkívül hasznosak lehetnek, de mit csinál maga a "beépített"? A mai SuperUser Q & A hozzászólás a kíváncsi olvasó kérdéseire ad választ.

A mai Kérdések és válaszok munkamenetét a SuperUser - a Stack Exchange, a Q & A weboldalak közösség által irányított csoportosulásának részlegével - köszönheti.

A kérdés

SuperUser olvasó lfalin szeretné tudni, hogy a beépített parancs a Bash-ban:

I know what a builtin command is, but what does builtin itself do? Executing which ls shows me /bin/ls, but executing which builtin returns nothing. man builtin just gives me a list of builtin commands, one of which is builtin. The rest of the man page explains what a builtin command is, but not what builtin itself is. builtin –help tells me builtin: usage: builtin [shell-builtin [arg …], but still not what it does. Is it a part of Bash in a way that other builtin commands are not?

Mit csinál a beépített parancs a Bash-ban?

A válasz

A SzuperUser közreműködője, Spiff válaszol nekünk:

The builtin command makes sure you run the shell built-in version of the command rather than running another command with the same name.

For example, imagine you defined a shell function named cd to print some extra status every time you change directories, but you messed it up and now you cannot change directories correctly. So now you can type builtin cd ~ to successfully cd back to your home directory without running your broken shell function.

By the way, my copy of the Bash man page has a section called “SHELL BUILTIN COMMANDS”, and it defines the meaning of the builtin command in that section (transcribed below).

Image
Image

Van valami a magyarázathoz? Hangzik ki a megjegyzésekben. Szeretne többet válaszolni a többi technikus-tudós Stack Exchange felhasználóiról? Nézze meg a teljes vitafonalat itt.

Ajánlott: