Bash: A Primer For More Effective Use Of The Linux Bash Shell | Network World

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… Continue reading Bash: A Primer For More Effective Use Of The Linux Bash Shell | Network World

Published
Categorized as Linux

How To Find Files On Linux And Make It Easy To Find Them Again | Network World

The cd command makes it easy to switch to another directory on Liniux, but only if you know where you’re heading. In this post, I discuss a couple of tricks for moving between known locations and provide a script for finding and “remembering” files or locations that you might want to reuse. One of the… Continue reading How To Find Files On Linux And Make It Easy To Find Them Again | Network World

Published
Categorized as Linux

The Simplicity And Complexity Of Using Quotes On Linux | Network World

There are only a few special characters involved in working with character strings on the command line or in a script on Linux: the single quote, the double quote and the backslash. But the rules aren’t as obvious as one might think. In this post, we’ll look at the easy and the somewhat tricky uses… Continue reading The Simplicity And Complexity Of Using Quotes On Linux | Network World

Published
Categorized as Linux

Using Functions In Bash To Selectively Run A Group Of Linux Commands | Network World

Using a function in bash allows you to create something in Linux that works as if it were a script within a script. Whenever the data being processed matches a set of conditions, your script can call a function that does further processing. The format of a function is very straightforward. The syntax looks like… Continue reading Using Functions In Bash To Selectively Run A Group Of Linux Commands | Network World

Published
Categorized as Linux
Exit mobile version