Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within GNU/Linux
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Experimentation for Engineers: From A/B testing to Bayesian optimization
this week in the
Design
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Tim Cooke
Paul Clapham
Liutauras Vilda
Sheriffs:
Junilu Lacar
Rob Spoor
Jeanne Boyarsky
Saloon Keepers:
Stephan van Hulst
Carey Brown
Tim Holloway
Piet Souris
Bartenders:
Forum:
GNU/Linux
what shell is this
Raj Ohadi
Ranch Hand
Posts: 316
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I saw a script start with
#! /bin/sh
Is this a Korn shell script ? or Born shell script ? or C shell script ? How can I tell ?
Ulf Dittmer
Rancher
Posts: 43077
77
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
This list
may help. There are others as well, like zsh.
Darrin Cartwright
Ranch Hand
Posts: 107
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You also might want to run the following command:
ls -l /bin/sh
Quite often /bin/sh is a symbolic link to another shell, usually bash in modern Linux distributions.
Life is good on the Ponderosa,<br />but mind where you step.
His brain is the size of a cherry pit! About the size of this ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
issue in passiing variable to shell script
to check and start a process
How can I apply a XSL to the result of another XSL?
database access in shell script
Detecting JRE
More...