Quantcast
Channel: Bash
Browsing latest articles
Browse All 49 View Live

Learn Bash by writing an interactive game

Learning a new programming language can be fun. Whenever I try to learn a new one, I focus on defining variables, writing a statement, and evaluating expressions. Once I have a general understanding of...

View Article



7 Bash tutorials to enhance your command line skills in 2021

Bash is the default command line shell on most Linux systems. So why not learn how to get the most out of it? This year, Opensource.com featured many great articles to help you leverage the power of...

View Article

Read and write files with Bash

When you're scripting with Bash, sometimes you need to read data from or write data to a file. Sometimes a file may contain configuration options, and other times the file is the data your user is...

View Article

Launch Flatpaks from your Linux terminal

The Flatpak application distribution model is helping developers target Linux in a new and easy way, and it's helping Linux users install more applications without worrying about what version of Linux...

View Article

How to parse Bash program configuration files

Keeping program configurations separate from code is important. It enables non-programmers to alter configurations without having to modify the program's code. With compiled binary executables, that...

View Article


How to include options in your Bash shell scripts

Terminal commands usually have options or switches, which you can use to modify how the command does what it does. Options are included in the POSIX specification for command-line interfaces.

View Article

Automate image processing with this Bash script

Writers not only work with words, they often have to work with images. Technical writing involves presenting a lot of screenshots to convey the technology and processes. Different publishing platforms...

View Article

How I dynamically generate Jekyll config files

Jekyll, the static site generator, uses the _config.yml for configuration. The configurations are all Jekyll-specific. But you can also define variables with our own content in these files and use them...

View Article


How I configure Vim as my default editor on Linux

I have used Linux for about 25 years and Unix for a few years before that. During that time, I have developed preferences for some tools that I use daily. One of the most important tools I use is the...

View Article


Image may be NSFW.
Clik here to view.

Make a web-safe color guide with Bash

Make a web-safe color guide with BashJim HallThu, 04/06/2023 - 03:00Use the for loop in Bash to create a handy color palette for the web.When computer displays had a limited color palette, web...

View Article
Browsing latest articles
Browse All 49 View Live




Latest Images