Answers for "ubuntu simple sh script"

0

ubuntu simple sh script

#!/bin/bash
echo "welcome"
ls
echo "this is the whole list of dir"
Posted by: Guest on March-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language