Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

Learn Shell Scripting - DesignLinux

Mar 24 2021
  • designlinux
  • 0 Comments
    • Bash Shell
    • Shell Scripting
How to Use Break and Continue Statements in Shell Scripts

In this article, we will take a look at how to use a break and continue in bash scripts. In bash, we have three main loop constructs (for, while, until). Break and continue statements are bash builtin and used to alter the flow of your loops. This concept of break and continue are available in

Read More
Mar 23 2021
  • designlinux
  • 0 Comments
    • Bash Shell
    • Shell Scripting
How to Use until Loop in Your Shell Scripts

In bash for, while, and until are three loop constructs. While each loop differs syntactically and functionally their purpose is to iterate over a block of code when a certain expression is evaluated. Until loop is used to execute a block of code until the expression is evaluated to be false. This is exactly the

Read More
Mar 18 2021
  • designlinux
  • 0 Comments
    • Bash Shell
    • Shell Scripting
Different Ways to Read File in Bash Script Using While Loop

This article is all about how to read files in bash scripts using a while loop. Reading a file is a common operation in programming. You should be familiar with different methods and which method is more efficient to use. In bash, a single task can be achieved in many ways but there is always

Read More
Mar 08 2021
  • designlinux
  • 0 Comments
    • Bash Shell
    • Linux Commands
    • Shell Scripting
How to Use Heredoc in Shell Scripting

Here document (Heredoc) is an input or file stream literal that is treated as a special block of code. This block of code will be passed to a command for processing. Heredoc originates in UNIX shells and can be found in popular Linux shells like sh, tcsh, ksh, bash, zsh, csh. Notably, other programming languages

Read More
Feb 18 2021
  • designlinux
  • 0 Comments
    • Bash Shell
    • Shell Scripting
Learn Difference Between Sourcing and Forking in Bash

The main focus of this article is to clearly understand what happens when you run the script vs source the script in bash. First, we will clearly understand how the program is submitted when you call the script in different ways. NOTE: creating the script with an extension doesn’t matter. Script will run fine even

Read More
Nov 12 2020
  • designlinux
  • 0 Comments
    • Bash Shell
    • Shell Scripting
How to Create Simple Shell Scripts in Linux

Creating shell scripts is one of the most essential skills that Linux users should have at the tip of their fingers. Shell scripts play an enormous role in automating repetitive tasks which otherwise would be tedious executing line by line. In this tutorial, we highlight some of the basic shell scripting operations that every Linux

Read More
Popular Post
  • How to Install Skype on Arch Linux
  • How to Check the PostgreSQL Version
  • Du Command in Linux
  • How to Start, Stop, or Restart Nginx
  • How to Install Shutter Screenshot Tool in Ubuntu 20.04
  • Echo Command in Linux with Examples
  • Bash Case Statement
  • How to List Cron Jobs in Linux
  • How to Boost the Productivity with Sublime Text Snippets
  • How to Change Hostname on Ubuntu 20.04
Recent Posts
  • How To Install Java with Apt on Ubuntu 20.04
  • LFCA: Learn Binary and Decimal Numbers in Network – Part 10
  • LFCA: Learn Basics of Network IP Addressing – Part 9
  • How to Install TeamViewer 15 on RHEL/CentOS/Fedora and Debian/Ubuntu
  • How to Enable Remi Repository to Install Latest LAMP Stack
  • How to Setup MySQL Master-Slave Replication on RHEL 8
  • LFCA: How to Monitor Basic System Metrics in Linux – Part 8
  • LFCA: How to Manage Software Packages in Linux – Part 7
  • How to Install Mosh Shell as SSH Alternative on Linux
  • How to Configure FirewallD in RHEL, CentOS and Fedora
Recent Comments
    Popular Tags
    Arch Linux Tips bash browser cassandra centos CentOS Tips commandline tools database debian Debian Tips fail2ban Fedora Tips Hadoop Tips java kernel KVM Tips Learn Shell Scripting LFCA Certification Exam linux distros Linux IDE Editors Linux Mint Tips linux server monitoring Linux Tricks loop mariadb memcached Networking Tips nginx Nginx Tips open source tools php postgresql PostgreSQL Tips python Python Data Structure rdp RHEL Tips security Shell Scripting Tips ssh terminal ubuntu Ubuntu FAQ's Ubuntu Tips Varnish Cache
    Archives
    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    Categories
    • Android
    • Ansible
    • Apache
    • Arch Linux
    • AWS
    • Backups
    • Bash Shell
    • CentOS
    • CentOS Stream
    • Chef
    • Cloud Software
    • CMS
    • Control Panels
    • CouchDB
    • Data Recovery Tools
    • Databases
    • Debian
    • Development Tools
    • Drupal
    • Editors
    • Fedora
    • Firewalls
    • GIMP
    • Git
    • Hadoop
    • HAProxy
    • Java
    • Joomla
    • Kali Linux
    • KDE
    • Kubernetes
    • KVM
    • Laravel
    • LFCA
    • Linux Certifications
    • Linux Commands
    • Linux Distros
    • Linux IDE
    • Linux Mint
    • Linux Talks
    • Lubuntu
    • Mail Server
    • Manjaro
    • MariaDB
    • MongoDB
    • Monitoring Tools
    • MySQL
    • Network
    • Networking Commands
    • NFS
    • Nginx
    • Nodejs
    • Open Source
    • OpenSUSE
    • Package Managers
    • Pentoo
    • PHP
    • Podman
    • Postfix Mail Server
    • PostgreSQL
    • Python
    • Questions
    • RedHat
    • Redis Server
    • Security
    • Shell Scripting
    • SQLite
    • SSH
    • Storage
    • Text Editors
    • Top Tools
    • Torrent Clients
    • Tutorial
    • Ubuntu
    • Udemy Courses
    • Uncategorized
    • Vim Editor
    • VirtualBox
    • Virtualization
    • VMware
    • VPN
    • VSCode Editor
    • Web Browsers
    • Web Hosting
    • Web Servers
    • Webmin
    • Windows
    • Windows Subsystem
    • WordPress
    • Zorin OS
    Visits
    • 0
    • 99
    • 31,040

    DesignLinux.com © All rights reserved