Login Register






Which Shell Scripting is the BEST and WHY? filter_list
Author
Message
Which Shell Scripting is the BEST and WHY? #1
Which Shell Scripting is the BEST and WHY?

a. Bash Scripting
b. Windows PowerShell
c. C Shell
d. Z Shell
e. Windows Batch Scripting
f. Perl Scripting

(Please note that these all are for especially sysadmin scripting and that's why I didn't add others like Python, Lua, node.js, etc.)
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[Image: Need-ASP.Net-Expert-with-C2.jpg]
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Reply

Which Shell Scripting is the BEST and WHY? #2
Which Shell Scripting is the BEST and WHY?

a. Bash Scripting
b. Windows PowerShell
c. C Shell
d. Z Shell
e. Windows Batch Scripting
f. Perl Scripting

(Please note that these all are for especially sysadmin scripting and that's why I didn't add others like Python, Lua, node.js, etc.)
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[Image: Need-ASP.Net-Expert-with-C2.jpg]
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Reply

RE: Which Shell Scripting is the BEST and WHY? #3
(04-20-2013, 08:32 AM)asitkumar Wrote: Which Shell Scripting is the BEST and WHY?

a. Bash
b. Windows PowerShell
c. C Shell
d. Z Shell
e. Windows Batch Scripting
f. Perl Scripting

(Please note that these all are for especially sysadmin scripting and that's why I didn't add others like Python, Lua, node.js, etc.)

Bash scripting because it's great for piping between programs on the Linux side of things to keep it simple.
At least that's my preference for small matters such as that where Python or Perl (or else) might not always be available.
Although as far as bash scripting goes, are you referring directly to interactive bash or scripted bash?
In either case, Bash is the best for system administration as far as I'm concerned in my not so humble opinion.

Reply

RE: Which Shell Scripting is the BEST and WHY? #4
(04-20-2013, 08:32 AM)asitkumar Wrote: Which Shell Scripting is the BEST and WHY?

a. Bash
b. Windows PowerShell
c. C Shell
d. Z Shell
e. Windows Batch Scripting
f. Perl Scripting

(Please note that these all are for especially sysadmin scripting and that's why I didn't add others like Python, Lua, node.js, etc.)

Bash scripting because it's great for piping between programs on the Linux side of things to keep it simple.
At least that's my preference for small matters such as that where Python or Perl (or else) might not always be available.
Although as far as bash scripting goes, are you referring directly to interactive bash or scripted bash?
In either case, Bash is the best for system administration as far as I'm concerned in my not so humble opinion.

Reply

RE: Which Shell Scripting is the BEST and WHY? #5
agree. for me too bash is very good. i am referring to scripting in bash (modified the question).
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[Image: Need-ASP.Net-Expert-with-C2.jpg]
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Reply

RE: Which Shell Scripting is the BEST and WHY? #6
Perl scripting.

I'm a batch scripter, and I can't code in Perl, so far, but it's the best in that list for me.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Which Shell Scripting is the BEST and WHY? #7
The one that makes the job done?

Well, I have good experience with bash, so I'll go with that Smile
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: Which Shell Scripting is the BEST and WHY? #8
(04-21-2013, 11:09 PM)1llusion Wrote: The one that makes the job done?

Well, I have good experience with bash, so I'll go with that Smile

Ha!
And yet another Member whom is wise in the Art Of Bash: Brawl In Bash!!

Somebody...hold me.:lub:

Reply

RE: Which Shell Scripting is the BEST and WHY? #9
Eh, Perl, there's many different views on that one. Powershell is f*ckin amazing though. I'm a powershell guy Smile

You'll see some of my powershell stuff around the forum I think.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply