answersLogoWhite

0

The Z shell is a Bourne-compatible shell for Linux and Unix systems.

User Avatar

Wiki User

15y 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


Where can you buy Dragon Ball Z sneakers?

the shell


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 many shells can run at the same time in Linux?

There are dozens of shells for Linux. The most popular are: bash (Bourne-Again Shell) ksh (Korn shell) zsh (Z Shell) ash (Almquist shell) dash (Debian Almquist shell) BusyBox (based on ash) fish (Friendly Interactive Shell)


How long was lyn-z pregnant?

She still is.... at the end of January shell be 5 months (roughly)


What is energy of an electron in a particular orbit or shell?

We can calculate using these below given formulas:-Energy of n(th) shell = -2.18*10^(-18)*(Z/n)^2 Joules per atom, orEnergy of n(th) shell = -13.6*(Z/n)^2 Electron volt per atom, orEnergy of n(th) shell = -1.312*(Z/n)^2 KiloJoules per molewhere n is your number of orbit and Z is it's atomic number


Write a shell script to shift all characters in a file forward by five characters?

Solution: cat test tr '[a-z A-Z]' '[f-za-e F-ZA-E]'or it can be also written as;cat test.txt | tr '[a-z A-Z]' '[f-za-e F-ZA-E]


What drum kit does mark of big country play?

He he mostly plays Pearl Z custom and Pearl BLX twin shell kits .


How do you beat the giant mole with a shell on his head in Mario super galaxy?

first, you have to stomp (jump first and then push z when you are in the air). when he gets dizzy, spin into him.


Calculating z effective?

Zeff = Z - s Z = nuclear charge (number of protons) s = (# of valence electrons x .35) + (# of electrons in next lower shell x .85) + (# of electrons on all shells 2 or more levels below the valence shell x 1.00) This calculates the screening constant


Which is more 111 ounces or 7 pounds?

7 pounds


Write a shell program that compares 3 numbers Print out the greatest number?

#include<reg51.h> #include<stdio.h> unsigned char x,y,z; x=5; y=2; x=8; void main() { if(x>y) { if(x>z) printf("x is greater %x",x); } else { if(Y=y>z) printf("y is greater %x",y); else printf("z is greater %x",z); } note:finally we can see the out at UART.if u have doubt mail me