Jump to content
xisto Community
Sign in to follow this  
WaCo

Bash, Where-to And How-to

Recommended Posts

let me apologize but i won't copy 70k lines in here.

You're not expected to :D. A link is just sufficient for anyone who is interested.

Share this post


Link to post
Share on other sites

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 ....

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.