| | |
Wat is shell?
![]() |
•
•
Join Date: Nov 2007
Posts: 3
Reputation:
Solved Threads: 0
am going to learn Scripting in Unix (mainly Solaris) . So i thought of asking you DBA gurus around the world what your favourite scripting language (Python, Perl,.. etc) is and your favourite Shell (csh,sh,ksh) . I found a similair post http://forums.oracle.com/forums/thre...699483򪱛
which was answered after two years(!!!) with only one reply. I guess i'll be lucky to get more than one perspective this time.
which was answered after two years(!!!) with only one reply. I guess i'll be lucky to get more than one perspective this time.
•
•
Join Date: Oct 2007
Posts: 305
Reputation:
Solved Threads: 43
The shell is basically a program that takes your keyboard input, usually at a command prompt and gives it to the operating system to process it. You can also put shell commands into a file and execute it using "sh filename".
There are different types of shells csh, ksh, bash. bash is probably the most commonly used. Its actually very interesting. I would advise you to look up some shell scripting tutorials online. You can practice shell commands using either cygwin on windows or linux or any unix OS.
There are different types of shells csh, ksh, bash. bash is probably the most commonly used. Its actually very interesting. I would advise you to look up some shell scripting tutorials online. You can practice shell commands using either cygwin on windows or linux or any unix OS.
![]() |
Similar Threads
- Good books on Shell Programming/Perl (Perl)
- Shell Programming (Shell Scripting)
- how to use fastmail in shell script to send mail? (Shell Scripting)
- Problem with variables in Windows shell script (Windows NT / 2000 / XP)
- Shell HELP! (Getting Started and Choosing a Distro)
- Missing User Shell Folder (Windows NT / 2000 / XP)
Other Threads in the Shell Scripting Forum
- Previous Thread: issue in a script invloving month arithmetic
- Next Thread: Shell Scripting Help : Output Overlapping
| Thread Tools | Search this Thread |





