Topics

Bash Array

About this topic: Articles tagged __TAG__

Showing 10 articles

Topics

Articles

Showing 10 articles

How-tos How to Append New Data to an Array Without Specifying the Index in Bash This tutorial covers how to append new data to an array without specifying the index in Bash. Learn simple methods using the += operator, loops, and command outputs to manage your … How-tos How to Get Array Length in Bash This tutorial will guide you through various methods to find the array length in Bash. Learn how to efficiently determine the size of your arrays using simple commands, loops, and … How-tos How to Sort Array in Bash This tutorial will discuss sorting array in Bash. How-tos How to Split String Into Array in Bash This tutorial explains splitting a string into an array in bash by using the read command, the tr command and using parameter expansion. How-tos How to Use Array in Linux Bash This article explains how to use array in Linux Bash. How-tos How to Print Array Elements in Bash This tutorial will discuss how to print an array in Bash. How-tos How to Pass an Array to a Function in Bash This is a compact programming tutorial about passing arrays as arguments to functions in a Bash script. How-tos How to Return an Array in Bash This article explains how to return an array in the Bash programming language. How-tos Bash Associative Array This tutorial demonstrates how to create an associative array in Bash. How-tos Multi-Dimensional Array in Bash This tutorial will discuss the multi-dimensional array in Bash.

← All topics