The Bourne Shell (sh) is what you write the scripts in, so they can be portable.
Announcement
Collapse
No announcement yet.
The wonderful world of shell scripts
Collapse
X
-
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
-
Bourne Shell
I always use Bourne for the reason you said.
Alot of peeps use bash or ksh but they have functions in them that often don't work in other shells.We the people are the rightful masters of both Congress and the courts, not to overthrow the Constitution but to overthrow the men who pervert the Constitution. - Abraham Lincoln
Comment
-
Originally posted by Zulu Elephant
If i wanted to teach myself some stuff and get back into the swing of things, where would be the best place to start?
If you want to do development work, Linux is a better environment. You get all sorts of Free Software - editors, compilers, debuggers, even profilers. There are also integrated development environments available. Eclipse is general purpose, while netbeans is for Java. There is also gambas.
So find an old computer and install a distro - Fedora Core, Ubuntu, SuSE, etc. The two to stay away from for now are gentoo and debian. Then you can pick a language to study - I recommend Java.(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Comment
-
Originally posted by Zulu Elephant
What difference does it make if i use windows?(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Comment
-
Originally posted by Zulu Elephant
ok. been thinking about this for some time.
As a kid, i taught myself basic from a book and wrote simple graphic based games by the time was 11 or 12. After that I got interested in other things.
I currently know nothing about C/C++/visual basic...i dont really even know what these are.
If i wanted to teach myself some stuff and get back into the swing of things, where would be the best place to start? I need free downloads for compilers (is that even the right term) and that sort of thing. Im sure i can find turtorials and stuff online
Im using windows xp and basically am not sure what language i should go for and where to get it.
All help appreciatedIs God willing to prevent evil, but not able? Then he is not omnipotent. Is he able, but not willing? Then he is malevolent. Is he both able and willing? Then whence cometh evil? Is he neither able nor willing?
Then why call him God? - Epicurus
Comment
-
Originally posted by Urban Ranger
Do you know of any good programmer's editor for windows?
Anyway Zulu Elephant, you could probably look at the Cygwin Linux-Environment for Windows. There you got the Gnu C Compiler Family (gcc) which is free. I think you could also get the MinGW32 Compiler which AFAIK you don't need Cygwin with.
As for IDE you should probably go for Eclipse.
The Bourne Shell (sh) is what you write the scripts in, so they can be portable.
Comment
-
Originally posted by Atahualpa
SciTE is okay and available for Windows. And you also have the IDEs like Eclipse and standing above all: Visual Studio
Developing on the command line in Windows is intolerable because of 8.3.(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Comment
-
Jbulder..
/me spits on the floor! Bah
Visual Studio
PS, Jbuilder has unofficially been abandoned by Sun.Is God willing to prevent evil, but not able? Then he is not omnipotent. Is he able, but not willing? Then he is malevolent. Is he both able and willing? Then whence cometh evil? Is he neither able nor willing?
Then why call him God? - Epicurus
Comment
-
The thing is though, if Zulu Elephant want to get back into the swing of the things, he should start with Java. So that's dealing with the SDK with command line and possibly netbeans (a lot of people use JBuilder, but I had a hell of a time trying to add the JDBC driver of mySQL to it).
Developing on the command line in Windows is intolerable because of 8.3.
Besides I'd recommend C# over Java.
Comment
-
Besides I'd recommend C# over Java.
Is God willing to prevent evil, but not able? Then he is not omnipotent. Is he able, but not willing? Then he is malevolent. Is he both able and willing? Then whence cometh evil? Is he neither able nor willing?
Then why call him God? - Epicurus
Comment
-
Originally posted by Urban Ranger
If you want to do development work, Linux is a better environment. You get all sorts of Free Software - editors, compilers, debuggers, even profilers. There are also integrated development environments available. Eclipse is general purpose, while netbeans is for Java. There is also gambas.
So find an old computer and install a distro - Fedora Core, Ubuntu, SuSE, etc. The two to stay away from for now are gentoo and debian. Then you can pick a language to study - I recommend Java.
Just get JBuilder, Borland C or, as Alva may have mentioned ,Visual Studio (or one of the packages in it). Ignore all the crap above, it's total overkill, you'll be put off before you even manage to get "Hello World" up on the screen.
Comment
-
Originally posted by alva
PS, Jbuilder has unofficially been abandoned by Sun.(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Comment
-
Originally posted by reds4ever
Just get JBuilder, Borland C or, as Alva may have mentioned ,Visual Studio (or one of the packages in it).(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Comment
Comment