where is a good resource for learning to program in bash?
I have a server that runs freebsd8.1 unix... is bash used in that kind of OS? so would bash programming be for linux and unix?
Then batch would be for windows OS ?
1 Replies - 3385 Views - Last Post: 20 August 2011 - 12:00 AM
#1
where is a good resources to learn bash programming?
Posted 18 August 2011 - 08:19 PM
Replies To: where is a good resources to learn bash programming?
#2
Re: where is a good resources to learn bash programming?
Posted 20 August 2011 - 12:00 AM
Googling 'Bash programming' immediately brings up several resources. To figure out if your OS has bash already on it, open a terminal and type 'which bash' If it prints something like '/bin/bash' then you have bash. If it says could not find 'bash' then you don't. Don't fear though, much of bash's capabilities come from sh, and that is on every unix computer. You might also have ksh, which is a programmer's shell. It has support for extra goodies that bash or sh don't have.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|