Strengths of Shell Scripting compared to Python -


I tried to learn the script (BAS) a few times but it was removed by syntax. Then I found Python and a Shell script capable of doing more things in Python. Now I'm not sure if I should spend my time learning my shell scripting. So I want to ask:

What is the power of shell scripting, which makes it an inevitable tool compared to Python?

I am not a system administration by business, but I am interested in establishing a Linux system for home users, so I think it may be necessary to learn shell scripting.

  • Easy to create pipelines outside the programs present in the shell.
  • Shell scripting re-uses the entire program. Shell is universally available (anything like Unix) - Python is not necessarily installed.

'It is true that you can do everything in Python that you can do in the shell; 'TIS is also true that there are things which are easy in Python that are in the shell (things like that are easy but there are difficulties in Python). Knowing both will be the best in the long run.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -