© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Veg
#!/bin/bash (correct). #!bin/bash (not correct). Or maybe you wanted make comment in code. But with #!bin/bash : I got error: bad interpreter: bin/bash: no such file or directory. So #!/bin/bash worked for me.
Ajay Patel
Learning DevOps | Experienced Android Developer | Certified Professional Scrum Master
Yes #!/bin/bash is correct.that is typing mistake thank you for correcting.