linux script code example
Example 1: shell file in linux
#!/bin/sh
ls
Example 2: shell script linux
#!/bin/bash
echo "Hello World!"
Example 3: linux shell script
#!/bin/bash
echo "Hello World"
Example 4: script linux code
tab=("John Smith" "Jane Doe")