|
We all know shell is small in its language size(compared with Perl). It can do the same with work with much less code compared with C/C++.
But now we have Python. I read abs-guide, i found that there are two many special charactor in bash such as $@, $#, [, [[ etc.. many of them aren't not easy to remember and people can't get
the meaning from it directly. But Python has many advantage compare with shell script, such as
it is much more clear, clean, easy to read....
Is there any Guru can tell me the advantage of these shell script over Python |
|