Md. Maruf SarkerforStack Learnerstacklearner.com·Mar 17, 2024What is shebang #!/usr/bin/env bashআমরা যারা shell programming বা bash programming শিখছি তারা সর্বপ্রথম যেই লাইন টা দিয়ে শুরু করি সেটা হলঃ #!/usr/bin/env bash echo "Hello World!" এখন এখানে দ্বিতীয় লাইন টা আমরা সহজে বুঝতে পারলেও প্রথম লাইন টা বুঝতে অসুবিধা হয়। এটাকে বলা হয় shebang যেটা...Discuss·6 likes·127 readsOperating SystemBash
Suyash Bhawsarsuyashbhawsar.com·Jan 9, 2023Exploring the ShellsWelcome to our exploration of the varied landscape of Linux shells! These powerful interfaces are more than just a user's gateway to interacting with the operating system; they're a testament to Linux's flexibility and diversity. In this guide, we'll...Discuss·10 likes·77 readsksh