Noob to Ninja: My Bash Journey

Noob to Ninja: My Bash Journey

Description :→

Dive into my journey of mastering Bash scripting—from fumbling with basic commands to automating workflows like a pro. Whether you're a curious beginner or looking to level up, this blog shares tips, tricks, and lessons learned along the way to becoming a Bash ninja! 🚀


1> Installing BASH :→

click for installing. (windows)


2> all BASH command :→

1> PWD ( print working directory )


2>cd(change directory ) got to that directory you wanna go


3> ls (list every thing that’s there in there )


4>touch — Creates a file


5>rmdir(remove empty directory) :→