answersLogoWhite

0

Can you compile job in Unix prompt?

User Avatar

Anonymous

15y ago
Updated: 8/16/2019

Depends on what you mean by a "job". You can compile a program.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Where can you get a Unix shell for Windows?

A Unix shell can be obtained in Cygwin, a Unix compatibility layer used to compile Unix programs and run them on Windows. Microsoft also makes a shell known as "Windows PowerShell" which incorporates more Unix-like features than the standard command prompt.


What is the administrator's prompt in the command line on unix?

The usual indication of running as the administrator in Unix is show a prompt that contains the '#' character as either the prompt or part of the prompt.


What command should be given to compile a C program from the command prompt?

You need a compiler. Gcc or g++ can be run from a unix shell, or a windows implementation of one like cygwin.


What is prompt in unix?

The prompt is an indication that the system is waiting for work to do, i.e. waiting for you type in a command.


Can you access c language in dos and unix?

You can write, compile and execute C-programs in both DOS and Unix, if that's what you meant.


How do you compile source code from the command prompt in java?

compile:javac filename.javarun:java filename


How do you change commpand prompt form to in unix?

Use the shell variable PS1 to set the command prompt to whatever you need.


What is the prompt symbol traditionally associated with ordinary users in UNIX?

dollar sign ($)


How can you identify by seeing in the prompt whether the command is external or internal in unix?

You really can't. There is nothing in a prompt that would give that information.


How you change your prompt to always the current path in UNIX?

Use the following: PS1='$PWD : '


Which commands are used to compile and run c program?

Platform dependent. For unix: cc -o myprogram myprogram ./myprogram


What command is used to create a folder in the command prompt?

In Windows and Unix-based and Unix-like systems, the command is mkdir (however in Windows a shortcut md can be used as well).