|
|
|
|
![]() ![]() |
Aug 11 2005, 05:22 AM
Post
#1
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 9 Joined: 11-August 05 Member No.: 7,762 |
Bash is a linux scripting language.
Bash or bourne again shell is the basic thing when any Linux is concerned. As far as scripting in this laguage is concerned the best and the most precious tuorial of it is placed here: http://www.tldp.org/LDP/abs/html/ let me apologize but i won't copy 70k lines in here. |
|
|
|
Aug 11 2005, 07:31 AM
Post
#2
|
|
|
Hedonist at large Group: Members Posts: 610 Joined: 30-July 05 From: another realm Member No.: 7,524 |
QUOTE let me apologize but i won't copy 70k lines in here. You're not expected to |
|
|
|
Aug 20 2005, 05:23 PM
Post
#3
|
|
|
Way Out Of Control - You need a life :) Group: [MODERATOR] Posts: 2,032 Joined: 16-August 05 Member No.: 7,896 |
QUOTE(WaCo @ Aug 11 2005, 07:22 AM) tuorial of it is placed here: http://www.tldp.org/LDP/abs/html/ Very nice, and very complete tutorial. I like these words : "script is nothing more than a list of system commands stored in a file." That's exactly what I tell my students. 1) type directly on the command line prompt what you want to do. 2) check the result. 3) place it in a script. I would say that bash is a unix shell. ksh is another one. So, a tutorial should show separately what is bash and what is ksh, and what is standard unix. The most important thing in bash is a file named .bashrc which has most of your settings because it's the script started before logging the user. ksh behaves the same way, except that the file is named .profile. and of course, csh users startup script is named .login .... |
|
|
|
![]() ![]() |
Similar Topics
| Topics | Topics | |
|---|---|---|
|
|
|
|
Lo-Fi Version | Time is now: 7th October 2008 - 08:32 AM |