Bash has several commands that comes with the shell (i.e built inside the bash shell).
When you execute a built-in command, bash shell executes it immediately, without invoking any other program.
Bash shell built-in commands are faster than external commands, because external commands usually fork a process to execute it.
In this article let us review some [...] Read More: 15 Useful Bash Shell Built-in Commands (With Examples)Copyright © The Geek Stuff. All Rights Reserved. Support us when you shop at amazon. Thank You!Get your copy of Vim 101 Hacks eBook.Linux 101 Hacks eBook Password: linux-is-wonderful




