In this tutorial we’ll learn about Arrays in Shell Scripts, how we can create, access, …
Category:
Linux
-
- Linux
Write a script for printing all file related information in present working directory
by Anup Maurya24 minutes readIn this lab, we’ll create a script for printing all file related information in present …
-
Loops are an essential part of shell scripting, which allows you to perform repetitive tasks …
-
-
In this article, we will delve into what a zombie process is, why it occurs, …
- Linux
Shell script that accept a list of file names as arguments count and report the occurrence of each word
by Anup Maurya31 minutes readShell script that accept a list of file names as arguments count and report the …
-
Shell scripting is an essential part of working with the command-line interface in Linux/Unix systems. …
-
In this article, you’ll learn about what is orphan process and create an orphan process …
-
-