🔹 Task 1: Get System Information
📌 Goal: Check OS details using Bash, PowerShell, and CMD.
Bash (Linux/macOS) 🐧
PowerShell (Windows) 🔵
CMD (Windows) ⚫
🔹 Task 2: List All Files in a Directory
📌 Goal: Display files in a specific directory.
Bash 🐧
PowerShell 🔵
CMD ⚫
🔹 Task 3: Create & Write to a File
📌 Goal: Create a new file and add text to it.
Bash 🐧
PowerShell 🔵
CMD ⚫
🔹 Task 4: Find a Running Process
📌 Goal: Search for a process (e.g., chrome
) running on your system.
Bash 🐧
PowerShell 🔵
CMD ⚫
🔹 Task 5: Kill a Process
📌 Goal: Terminate a running process.
Bash 🐧
PowerShell 🔵
CMD ⚫
💥 Bonus Challenge: Create a Simple Script
📌 Goal: Automate file creation and listing.
Bash Script (save as script.sh
)
Run it:
PowerShell Script (save as script.ps1
)
Run it:
Batch Script (save as script.bat
)
Run it:
0 Comments