bhobjj
08-17-2006, 08:35 AM
Shell Scripting Links
The Unix philosophy is to make use of tools that can interact with each other and each tool is designed to do one thing, and do it well.
The system is controlled by scripts that can be read as text files.
You can create or modify scripts to do almost anything you can imagine with the hundreds of available tools.
Some scripting links
Willaim Shotts, Jr's Learning the shell:
http://www.linuxcommand.org/learning_the_shell.php
ABS is better than many books on the topic:
Mendel Cooper's Advanced Bash Scripting Guide:
http://tldp.org/LDP/abs/html/index.html
Basic Bash Guide:
Machtelt Garrels' Bash Guide for Beginners:
http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html
Gnu.org Bash Reference:
http://www.gnu.org/software/bash/manual/bashref.html
Bash prompt How-To:
http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/index.html
Filesystem Hierarchy Standard:
http://www.pathname.com/fhs/pub/fhs-2.3.html
Tutorials of useful stuff:
Linux.com cli series:
http://www.linux.com/search.pl?topic=89
Links to tons of scripts:
Kevin Waldren's zazzybob.com:
http://zazzybob.com/index.html
Steven Heiner's SHELLdorado:
http://www.shelldorado.com/
Nautilus Scripts:
http://g-scripts.sourceforge.net/
The Unix philosophy is to make use of tools that can interact with each other and each tool is designed to do one thing, and do it well.
The system is controlled by scripts that can be read as text files.
You can create or modify scripts to do almost anything you can imagine with the hundreds of available tools.
Some scripting links
Willaim Shotts, Jr's Learning the shell:
http://www.linuxcommand.org/learning_the_shell.php
ABS is better than many books on the topic:
Mendel Cooper's Advanced Bash Scripting Guide:
http://tldp.org/LDP/abs/html/index.html
Basic Bash Guide:
Machtelt Garrels' Bash Guide for Beginners:
http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html
Gnu.org Bash Reference:
http://www.gnu.org/software/bash/manual/bashref.html
Bash prompt How-To:
http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/index.html
Filesystem Hierarchy Standard:
http://www.pathname.com/fhs/pub/fhs-2.3.html
Tutorials of useful stuff:
Linux.com cli series:
http://www.linux.com/search.pl?topic=89
Links to tons of scripts:
Kevin Waldren's zazzybob.com:
http://zazzybob.com/index.html
Steven Heiner's SHELLdorado:
http://www.shelldorado.com/
Nautilus Scripts:
http://g-scripts.sourceforge.net/