This repository contains my solutions to various Linux Shell scripting challenges from HackerRank. Organized by topic, these scripts demonstrate practical use of commands like head
, awk
, sed
, loops, conditionals, and more. Each script includes comments to illustrate my approach and learning process.
๐ Folder Name | ๐ Description |
---|---|
01_Arrays in Bash |
Contains problems focused on Bash array creation, indexing, iteration, and manipulation. ๐งฎ |
02_Bash |
Includes foundational Bash scripting challenges covering variables, input/output, loops, and command usage. ๐ฅ๏ธ |
03_Grep, Sed, & Awk |
Includes challenges using grep, sed, and awk for pattern matching, substitution, and structured data manipulation. ๐โ๏ธ |
04_Text_Processing |
Miscellaneous text processing problems using cut , paste , tr , etc. ๐งพ |
- ๐ง Well-commented code for clarity and learning.
- ๐ Explores wide range of Linux commands: awk, sed, grep, cut, etc.
- โ๏ธ Organized folder structure for easier navigation.
- ๐จโ๐ป Ideal for Linux beginners, interview prep, and DevOps practice.
- Basic Knowledge of Linux commands and Shell scripting.