What programming language is fit for shell scripting? And could you add a sample code of a shell?
earlybirdsean -6 Newbie Poster
Recommended Answers
Jump to PostThere are plenty of examples of small shells on the net - try google. I've seen them implemented in anything from C to Ruby/Python so it really boils down to what you are comfortable using.
Jump to PostWhen referring to shell scripting, one usually means a Unix shell, and more specifically, one derived from Steven Bourne's 1978 shell.
A number of extensions to the Bourne shell were introduced by David Korn in the Korn shell (ksh, ks88 and ksh93).
The Korn extensions were the basis …
All 5 Replies
L7Sqr 227 Practically a Master Poster
earlybirdsean -6 Newbie Poster
L7Sqr 227 Practically a Master Poster
griswolf 304 Veteran Poster
cfajohnson 7 Shell scripter and author
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.