http://linoxide.com/images/linux-cheat-sheet-612x792.png
1)
http://ss64.com/bash
2)
http://linuxcommand.org/learning_the_shell.php
BASH Programming
Create file TestBash.sh
A Simple Bash Example
#!/bin/bash echo "This is a shell script"
ls -lah
echo "I am done running ls"
Run bash
bash TestBash.sh
BASH Programming - Introduction
No comments:
Post a Comment