LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   python/shell scripting (https://www.linuxquestions.org/questions/linux-newbie-8/python-shell-scripting-4175498366/)

sryzdn 03-16-2014 03:54 AM

python/shell scripting
 
Hi,

I have enrolled for a shell scripting course, but searching through the net, I read somewhere that people have abandoned shell scripting for python.

Is that so? Does it mean for a beginner, it is waste of time learning shell scripting?

chrism01 03-16-2014 04:02 AM

Absolutely not; the shell eg bash is how you talk to the OS, either in individual cmds or saved into shell files.
Python is another language with more advanced capabilities, but its not the OS interface in the same way.
Here's a good bash tutorial http://rute.2038bug.com/index.html.gz

sryzdn 03-16-2014 04:11 AM

Quote:

Originally Posted by chrism01 (Post 5135426)
Here's a good bash tutorial http://rute.2038bug.com/index.html.gz

Thanks so very much.


All times are GMT -5. The time now is 07:31 AM.