Answers for "bash shell scripts"

1

bash script

echo '#!bin/bash' > filename 
# works with and without extention, if you want extention do filename.sh
chmod +x filename
Posted by: Guest on May-11-2022
0

Shell/Bash

[user1@htb]$ uname -a
...
Posted by: Guest on December-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language