LinuxBlogs How to Read Command Line Arguments in Shell Scripts by Anup Maurya August 24, 2023 August 24, 2023 2 minutes read Shell scripts are powerful tools for automating tasks and running commands in a Unix-like environment. … 1 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Script that list the all files in a directory by Anup Maurya August 16, 2023 August 16, 2023 1 minutes read Shell Script that takes directory as input from the user and then print all the … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Input Output Redirection in Linux/Unix Examples by Anup Maurya July 17, 2023 July 17, 2023 3 minutes read Input Output Redirection in Linux/Unix is a powerful feature that allows you to manipulate the … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Script to read given no of lines in file by Anup Maurya July 11, 2023 July 11, 2023 2 minutes read Shell script that accepts a filename and starting/ending line numbers as arguments, and displays all … 3 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux How to determine Shell by Anup Maurya July 7, 2023 July 7, 2023 2 minutes read There are many different shells available in Unix and Linux environments, and it is important … 1 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Scripting Comments by Anup Maurya June 27, 2023 June 27, 2023 2 minutes read Comments in shell scripting are lines of text that are ignored by the shell interpreter. … 1 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Basic Commands of Linux/Unix with Examples by Anup Maurya June 23, 2023 June 23, 2023 4 minutes read Linux/Unix command-line interface provides a powerful environment for system administration and everyday tasks. Understanding the … 1 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Script to find the factorial of a given integer by Anup Maurya June 16, 2023 June 16, 2023 2 minutes read In this tutorial, we will write a shell script to find the factorial of a … 1 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Different Types of Shells in Linux: A Comprehensive Overview and Comparison by Anup Maurya June 5, 2023 June 5, 2023 2 minutes read There are several different types of shells in Linux are available, each with its own … 1 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Triad of permissions in Linux by Anup Maurya May 27, 2023 May 27, 2023 4 minutes read In Linux, permissions are a crucial part of the security model. Permissions control who can … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky