answersLogoWhite

0

I don't see why not. A little archaic though. How about C++ using a Linux distro? I use Ubuntu and Fedora. They're very similar. Fedora probably has more features, but I don't know it as well yet. Fedora detected my network card on my AMD 64 and Ubuntu couldn't. (that is Ubuntu Feisty 7.04) and Fedora that I use is ver. 6. I think they have 7 out now. They are both free and you can try them with a live CD without having to install anything. You can even keep your windoze OS if you want. But, after a while, you find you don't need it. The only reason I still keep win around is for the printer driver. Has to have a propritary microslop driver. I could write one myself, but I really don't have the time. Maybe this winter. Check it out, it'll get you used to working with shells. Just Google ubuntu and fedora (red hat). Have fun LOL.

Answer

You can use C-shell (csh, tcsh) in Unix, and you can write scripts (or programs) for it.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why is Unix useful in shell programming?

The shell is both a command language and a programming language that provides an interface to the UNIX operating system (Bourne, 1978). The shell is the part of the operating system that the user interacts with, and is arguably the most important part of the operating system. Files can be created, renamed, moved and read from the shell. Computer hardware can be installed, used and removed through the shells. Program applications and scripting can be written, compiled, and ran through the shell.


What programming language was Unix written in?

UNIX was programmed in C.


In computing what does KSH mean?

KSH is an abbreviation for korn shell. Korn shell is a command interpreter for the Unix programming language. It was written in 1983 by David Korn at Bell Labs.


Which came first C or Unix?

Unix was created first. The C programming language was created for Unix.


What are the roots of the AWK programming language?

The AWK programming language is a Unix based programming language, and is sometimes considered as a pseudo-C interpreter. It is mainly used for sifting through and organizing large amounts of data at one time.


What is a mini shell program used for in Unix?

The mini shell program is used in Unix as a programming software. It is a redirected and streamlined approach at creating variables, commands, and tokens.


What the HECK is 'BASH'?

On a computer Bash is a Unix shell and command language.


What programming language is Unix written in?

Unix is primarily written in the C language, with some small snippets of assembler code for low level bootstraps.


How do you use for command in Unix programming?

AnswerYou do not mention the programming language you intend to use. The implementation of looping constructs differs from one programming language to another. For instance, in the 'C' programming language, you might do something like the following:for(;;) {/* Some code or other would go here to do something. */}The above indicates an 'Endless Loop' in 'C'.If programming in Ruby, Basic, Fortran, Perl, Python, PHP, Shell, Awk (including Nawk and Gawk) or one of the many other programming languages available on Unix/Linux systems, your 'for' loop may look very different. [JMH]


What are the translator used of python programming languange?

interactive interpreter more like a "shell" (if you're a unix person).


What operating system was associated with the programming language C?

The Unix operating system. The first versions of the Unix operating system were written in the "B" language, and later written in "C", which was invented in order to develop Unix on the PDP-11 machine.


Why is Unix portable?

Unix was rewritten in the C Programming language and not in assembly language. The migration from assembly language to the higher-level language C resulted in much more portable software, requiring only a relatively small amount of machine-dependent code to be replaced when porting Unix to other computing platforms. (mihir)