Using ‘Break’ And ‘Continue’ To Exit Loops In Bash | Network World

The commands for looping in bash are extremely useful. They allow you to run a series of commands as many times as needed to process a large collection of data. The break and continue commands provide another special option. They allow you to exit a loop early or skip the remaining commands in the loop… Continue reading Using ‘Break’ And ‘Continue’ To Exit Loops In Bash | Network World

Published
Categorized as Linux

Linux Foundation To Blaze A Path Forward For Mainframes | Network World

Open-source software development will be a key component to keeping the mainframe a vibrant part of current and future enterprise architectures. With that in mind the Open Mainframe Project, part of the Linux Foundation, this week said at its Open Mainframe Summit that it was forming a working group to promote mainframe-modernization efforts and that… Continue reading Linux Foundation To Blaze A Path Forward For Mainframes | Network World

Published
Categorized as Linux

Using The Linux Apropos Command – Even If You Have To Fix It First | Network World

On Linux, the apropos command helps identify commands related to some particular term. It can be helpful in finding commands you might want to use—especially when you can’t remember their names. For example, if you couldn’t remember the command to display a calendar or put your shell to sleep for a short period of time,… Continue reading Using The Linux Apropos Command – Even If You Have To Fix It First | Network World

Published
Categorized as Linux

Use Bash To Change An Ip Address From Dynamic To Static On Linux | Network World

Changing the IP address of a Linux system from dynamic to static is not difficult, but requires a little care and a set of commands that you likely rarely use. This post provides a bash script that will run through the process, collect the needed information and then issue the commands required to make the… Continue reading Use Bash To Change An Ip Address From Dynamic To Static On Linux | Network World

Published
Categorized as Linux

How To Work On Linux With Filenames That Contain Blanks | Network World

Personally, I always try to avoid filenames with blanks, usually by filling those places where less blank-phobic people would use them with underscores or hyphens. The filenames are still easy to decipher, and I don’t have to trouble myself with enclosing them in quotes when I want to use them. As a result, some of… Continue reading How To Work On Linux With Filenames That Contain Blanks | Network World

Published
Categorized as Linux

Extracting Substrings On Linux | Network World

Puppeteer hands manipulating strings” itemprop=”contentUrl” /> There are many ways to extract substrings from lines of text using Linux and doing so can be extremely useful when preparing scripts that may be used to process large amounts of data. This post describes ways you can take advantage of the commands that make extracting substrings easy.… Continue reading Extracting Substrings On Linux | Network World

Published
Categorized as Linux
Exit mobile version