Unix_Linux_Shell_Notes_Complete
Unix_Linux_Shell_Notes_Complete
- Commands:
- File Permissions:
- rwxr-xr--
#!/bin/bash
name="Hemanth"
echo $name
- ls > list.txt
6. vi/vim Editor
8. Network Commands
9. Conditional Statements
echo "Positive"
echo "Negative"
else
echo "Zero"
fi
#!/bin/bash
echo "Done!"
function say_hello() {
say_hello Hemanth
- Format: * * * * * /path/to/script.sh
- List: crontab -l