{ads}

Bash: A primer for more effective use of the Linux bash shell



November 09, 2022 at 12:08AM

Bash is not just one of the most popular shells on Linux systems, it actually predates Linux by a couple of years. An acronym for the “GNU Bourne-Again Shell”, bash not only provides a comfortable and flexible command line, it delivers a large suite of scripting tools—if/then commands, case statements, functions, etc.—that allow users to build complex and powerful scripts.

This post contains a collection of articles about important aspects of bash that will help you make better use of this versatile shell.

Commands vs bash builtins

While Linux systems install with thousands of commands, bash also supplies a large number of “built-ins”—commands that are not sitting in the file system as separate files, but are part of bash itself. To get a list of the bash builtins, just type “help” when you’re on the bash command line. For more about built-ins, refer to “How to tell if you’re using a bash builtin”.

To read this article in full, please click here



from Network World https://ift.tt/k8mov2L

0 Response to "Bash: A primer for more effective use of the Linux bash shell"

Post a Comment

Article Top Ads

Central Ads Article 1

Middle Ads Article 2

Article Bottom Ads