>
> what language you use to write script in linux?
bash/sh, csh/tcsh, tclsh/wish
>
--
Robert Heller -- 978-544-6933
Deepwoods Software -- Download the Model Railroad System
http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
hel...@deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
> what language you use to write script in linux?
English.
--
Best Regards:
Baron.
Oh come on, Javascript it up to the eyeballs and insist that the user have
a web browser. It's the way forward... ;)
> At Sat, 25 Apr 2009 13:02:28 -0700 (PDT) cmk...@gmail.com wrote:
>
>>
>> what language you use to write script in linux?
>
> bash/sh, csh/tcsh, tclsh/wish
or
perl, ruby, awk, sed, python
> what language you use to write script in linux?
I like bash
http://tuxtweaks.com/category/bash/
For certain values of forward...
--
John Hasler
jo...@dhh.gt.org
Dancing Horse Hill
Elmwood, WI USA
I like rexx
Mark.
--
Mark Hobley
Linux User: #370818 http://markhobley.yi.org/
Do try rc(1), a Plan9 shell http://plan9.bell-labs.com/sys/doc/rc.html
See http://swtch.com/plan9port/ and a web/cms framework
http://werc.cat-v.org/ written in rc itself.
--
Balwinder S "bdheeman" Dheeman Registered Linux User: #229709
Anu'z Linux@HOME (Unix Shoppe) Machines: #168573, 170593, 259192
Chandigarh, UT, 160062, India Plan9, T2, Arch/Debian/FreeBSD/XP
Home: http://cto.homelinux.net/~bsd/ Visit: http://counter.li.org/
> what language you use to write script in linux?
Pick one. There are plenty to choose from, depending on what you want to
do. As already mentioned, all the shells - some folks realy like Python -
there are several dozen more.
I see that the monkeys are having fun throwing fruit
at you.
The first scripting language you need to get a handle
on is bash, because it's integrated into the shell, which
gives you the command line (yes, there are other shells
but bash is by far the most common). You won't ever be
good with Linux unless you learn the basics of bash.
After that, there are all sorts of scripting languages.
Most distros require perl/python/ruby to boot and run,
but slackware and its derivatives don't, which is a good
enough reason all of itself for choosing it.
Bombadil
What nonsense. Bash is by far and away the most prevalent in Linux
systems.
--
In view of all the deadly computer viruses that have been spreading
lately, Weekend Update would like to remind you: when you link up to
another computer, you’re linking up to every computer that that
computer has ever linked up to. — Dennis Miller
> cmk...@gmail.com <cmk...@gmail.com> wrote:
>> what language you use to write script in linux?
>
> I see that the monkeys are having fun throwing fruit
> at you.
Amazing isn't it?
The first thing to mention was bash since it's so widely used in Linux
for all sorts. The when you know your way around look into the evils of
Python and Perl etc.
>
> The first scripting language you need to get a handle
> on is bash, because it's integrated into the shell, which
> gives you the command line (yes, there are other shells
> but bash is by far the most common). You won't ever be
> good with Linux unless you learn the basics of bash.
hear hear.
>
> After that, there are all sorts of scripting languages.
> Most distros require perl/python/ruby to boot and run,
> but slackware and its derivatives don't, which is a good
> enough reason all of itself for choosing it.
>
> Bombadil
>
Well said. I wasn't going to tip the cart but you did so I'll give it a
hearty shove too.
> cmk...@gmail.com <cmk...@gmail.com> wrote:
>> what language you use to write script in linux?
>
> I see that the monkeys are having fun throwing fruit
> at you.
excuse me? We answered the question. He asks us what WE use.
He didn't ask what should be the first shell script HE should learn.
If he asked us that, I whould have said the POSIX shell.
[Snip...]
> the first shell script HE should learn
IMO, he should learn Usenet isn't a good homework resource.
--
Regards, Weird (Harold Stevens) * IMPORTANT EMAIL INFO FOLLOWS *
Pardon any bogus email addresses (wookie) in place for spambots.
Really, it's (wyrd) at airmail, dotted with net. DO NOT SPAM IT.
I toss GoogleGroup posts from gitgo (http://improve-usenet.org).
But you haven't even addressed my point: The computer doesn't care. You
do. You've got religion. The computer has not.
Bash is not integrated into the shell, it *is* the shell.
> which
> gives you the command line (yes, there are other shells
> but bash is by far the most common). You won't ever be
> good with Linux unless you learn the basics of bash.
Learning the basics of the POSIX shell (of which bash is one) will
stand you in better stead.
--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence
But those are compiled languages, not scripts ;)
<runs>
> when you know your way around look into the evils of
> Python and Perl etc.
Or even Rexx...
--
/\/\aurice
(Retired in Surrey, UK) Registered Linux User #487649
Linux Mandriva 2.6.27.19-desktop-1mnb (i686) 2009.0 32-bit
KDE 3.5.10 Virtualbox 2.1.4
(Replace "nomail.afraid" by "bcs" to reply by email)
haha - touché! :-)
> The Natural Philosopher <t...@invalid.invalid> writes:
>
>> Jules wrote:
>>> On Sat, 25 Apr 2009 21:25:05 +0100, The Natural Philosopher wrote:
>>>
>>>> cmk...@gmail.com wrote:
>>>>> what language you use to write script in linux?
>>>> C :-)
>>>
>>> Oh come on, Javascript it up to the eyeballs and insist that the
>>> user have a web browser. It's the way forward... ;)
>>>
>>>
>> In short the answer is 'whatever you feel like' Unlike people,
>> computers have no religion.
>>
>
> What nonsense. Bash is by far and away the most prevalent in Linux
> systems.
>
And bash can be a hassle when things start getting too complex or the
task too large, which is why things like Perl are often better. But,
like most people, I use bash often, and Perl just as often. To each
their own, a lot of commands without bash or Perl will be pretty
powerful, too, but Python, Ruby and PHP also exist and you can install
them if they aren't available.