answersLogoWhite

0

What is a mini shell program used for in Unix?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

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.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a mini shell program used for in Unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What program name identifies the bourne shell?

It used to be /bin/sh. In some Unix systems that no longer means the Bourne shell, however.


What is the trap command on Unix for?

The trap command is used in a shell script to intercept certain types of software signals; usually it is used to do a "graceful" cleanup when the shell program is interrupted.


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 was the first shell used by Linux and Unix that used commands entered at a command prompt?

The very first one, period. The first shell for Unix didn't originally have a name but has since been referred to as the Thompson shell. The first shell ported to Linux was bash.


Which command is used to get out of unix environment?

Typically the 'exit' command gets you out of the current shell environment you are in; if this is the login shell then you will be logged out of the system.


What are the commands used in Linux but not in Unix?

There is no answer to this question. Under UNIX and Linux, commands are either shell native or external programs found on the path (which usually includes /bin /sbin /usr/bin and ~/bin) Most UNIX and distros allow the admin to choose a shell program of choice and modify the contents of other directories and many admins allow individual users to change their personal shell and add additional executable files adding more commands. That being the case, theoretically any command can be valid under almost any UNIX or Linux. YMMV.


What is the command echo in unix mean?

it is a command in unix and unix like operating systems that places a string on the computer terminal.It is typically used in shell scripts and bath files screen or a file.


What file extensions are used to identify command shell scripts?

For windows, you might use .cmd, .bat as common file extensions. Unix doesn't use file extensions as associations, so no file extension needs to be used in the Unix environment. A shell script in Unix is simply a text file with any name that is readable and executable. However, file extensions are typically used in Unix as a documentation aid that states that the file is a shell script. Common extensions are .sh, .csh, .ksh, .tcsh, .zsh, etc.


What operating system was used to run jurrassic park in the movie?

The park software is written in Pascal; a program is clearly visible in one of the monitor close-ups on the UNIX system. The graphical interface recognized as a UNIX system was the experimental Silicon Graphics 3D File System Navigator. The version number of the Silicon Graphics UNIX Operating System is 4.0.5 and is visible in one of the close-ups in the operating system's shell window (command program).


What are the translator used of python programming languange?

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


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 are the difference between su and su-aloke in UNIX OS?

su substitute user.. and su is a unix command used to run the shell of another user without logging off..