Results 1 to 5 of 5
I would like to know about bash scripts.What are they.Are they used to do automated tasks or something.How to create one ?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-11-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- INDIA
- Posts
- 35
Script
I would like to know about bash scripts.What are they.Are they used to do automated tasks or something.How to create one ?
- 10-11-2005 #2
Bash scripts are basicly files filled with commands you use in the bash shell, and when you run the file, the commands within the file will run. If you want to know more about bash scripting look at www.linuxcommand.org.
dylunio
- 10-11-2005 #3Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Bash is a scripting language kind of like Perl. You can use it to do a varity of things, including but not limited to automating admin tasks, etc... But, you can also use Perl to do those things.
Hmmm... I wonder, can you use Bash script on your server rather then Perl?
jeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 10-11-2005 #4Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
- 10-13-2005 #5Just Joined!
- Join Date
- Mar 2005
- Location
- INDIA
- Posts
- 35
Thanks guys...


Reply With Quote
