answersLogoWhite

0

exec sh

or even better

exec bash

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are the types of shells in shell programming?

The Bourne shell (sh) ,The C shell (csh) ,The Korn shell (ksh) ,The Z-Shell (zsh) ,The POSIX shell,The Bourne Again SHell (Bash)null


What are the different shells in Unix?

There are many possible Unix shells that users have access to. Some of these are: sh - Bourne shell (the original shell) ksh - Korn shell bash - Bourne-again shell csh - C shell tcsh - variant of the C shell and other features zsh - the 'z' shell rsh - Restricted shell ksh93 - '93 version of ksh


How can you tell what shell you are running on UNIX system?

Go to the console application and write: echo $SHELL You will get something similar: /usr/local/bin/tcsh (Improved version of C Shell) /bin/bash (Bourne-again shell)


When was Adeleine Bourne born?

Adeleine Bourne was born in c. 1872, in India.


Which shell is used by Linux as the default command interpreter?

There is no "default" shell. Different distros are free to pick whatever shell they want. The most commonly used as the main shell is Bash, but other shells, including the Korn shell, C shell, Friendly Interactive Shell, or Almquist shell are also available. Many distros also use a variant of the Almquist shell provided by BusyBox in their initial ramdisks before switching to the real root and launching the main shell.


How do you use dos prompt in C programming for turbo c compiler?

Use "OS Shell" from File menu.


What has the author Geoffrey Bourne-Taylor written?

Geoffrey Bourne-Taylor has written: 'P. C. Pinkerton - a headfor heights' 'P. C. Pinkerton - slipper'


When was C shell created?

C shell was created in 1978.


An atom of chlorine has several valence electrons in its what A nucleus Bfirst shell C second shell D third shell?

Third Shell


What is the difference between the Linux shell and C?

C is a programming language. A shell is an interface.


How do you write an sh in different languages?

In Python: Use the subprocess module to execute shell commands by calling subprocess.run(['sh', '-c', 'your_command_here']). In JavaScript: Use Node.js child_process module to execute shell commands by calling child_process.exec('your_command_here', callback_function). In Ruby: Use the system method to execute shell commands by calling system('sh -c your_command_here').


Who wrote the C shell?

The C shell was originally written by Bill Joy (of vi fame).