The UNIX and Linux Forums  


Go Back   De Unix-en Linux Forum > Top Forums > UNIX voor Dummies Questions & Answers > Answers to Frequently Asked Questions
.
google unix.com



Answers to Frequently Asked Questions FAQ voor UNIX-, UNIX-commando's, Linux, Operating Systems, System Administration, programmering, Shell, Shell scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD.

Meer UNIX en Linux Forum Onderwerpen Misschien vindt u Helpful
Draad Thread Starter Forum Antwoorden Last Post
passeren variabele vanuit bash te perl vanuit bash-script arsidh Programmeren en Shell Scripting 10 06-04-2008 01:25 PM
Reservoirs dino_leix UNIX for Advanced & Expert Gebruikers 3 06-08-2005 07:07
Beperkte Mortiergranaten. . . krokante UNIX voor Dummies Questions & Answers 0 05-18-2005 01:12 PM
BSD, Bash en reservoirs? RedVenim BSD 3 10-16-2003 10:59
% .* s functie in reservoirs qanda Programmeren en Shell Scripting 6 08-20-2002 09:49

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Zoeken in deze Thread Waardering: Thread Rating: 2 votes, 5.00 average. Display Modes
  #1 (permalink)  
Old 12-07-2003
a25khan's Avatar
a25khan a25khan is offline
Geregistreerde gebruiker
  
 

Join Date: december 2003
Locatie: Mijn thuis: D
Posts: 35
Verschil tussen ksh, bash en verschillende granaten.

Hallo allemaal,
Can someone please tell me het belangrijkste verschil tussen de verschillende reservoirs verkrijgbaar dwz ksh, bash, (ik weet niet de anderen zijn.
  #2 (permalink)  
Old 12-07-2003
google's Avatar
google google is offline Forum Advisor  
Moderator
  
 

Join Date: juli 2002
Locatie: Atlanta
Posts: 740
Moeilijk te lezen hier denk ik, omdat de afstand is uitgeschakeld. Hier is de
Koppelen

Shell functies

Deze tabel geeft de meeste functies die ik denk dat zou je
kies een reservoir boven een andere. Het is niet bedoeld als een definitieve
lijst en omvat niet alle mogelijke functie voor elke
enkele mogelijke schaal. Een functie is alleen geacht zich in een reservoir
als in de versie die wordt geleverd met het besturingssysteem is, of wanneer het
beschikbaar, zoals gecompileerd rechtstreeks uit de standaard distributie. In
name de C shell hieronder gespecificeerd is dat beschikbaar is op SunOS 4 .*,
een aanzienlijk aantal leveranciers nu schip ofwel tcsh of hun eigen
verhoogde de C shell plaats (zij het niet altijd duidelijk maken dat zij
verzendt tcsh.

Code:
                                     sh   csh  ksh  bash tcsh zsh  rc   es
Job control                          N    Y    Y    Y    Y    Y    N    N
Aliases                              N    Y    Y    Y    Y    Y    N    N
Shell functions                      Y(1) N    Y    Y    N    Y    Y    Y
"Sensible" Input/Output redirection  Y    N    Y    Y    N    Y    Y    Y
Directory stack                      N    Y    Y    Y    Y    Y    F    F
Command history                      N    Y    Y    Y    Y    Y    L    L
Command line editing                 N    N    Y    Y    Y    Y    L    L
Vi Command line editing              N    N    Y    Y    Y(3) Y    L    L
Emacs Command line editing           N    N    Y    Y    Y    Y    L    L
Rebindable Command line editing      N    N    N    Y    Y    Y    L    L
User name look up                    N    Y    Y    Y    Y    Y    L    L
Login/Logout watching                N    N    N    N    Y    Y    F    F
Filename completion                  N    Y(1) Y    Y    Y    Y    L    L
Username completion                  N    Y(2) Y    Y    Y    Y    L    L
Hostname completion                  N    Y(2) Y    Y    Y    Y    L    L
History completion                   N    N    N    Y    Y    Y    L    L
Fully programmable Completion        N    N    N    N    Y    Y    N    N
Mh Mailbox completion                N    N    N    N(4) N(6) N(6) N    N
Co Processes                         N    N    Y    N    N    Y    N    N
Builtin artithmetic evaluation       N    Y    Y    Y    Y    Y    N    N
Can follow symbolic links invisibly  N    N    Y    Y    Y    Y    N    N
Periodic command execution           N    N    N    N    Y    Y    N    N
Custom Prompt (easily)               N    N    Y    Y    Y    Y    Y    Y
Sun Keyboard Hack                    N    N    N    N    N    Y    N    N
Spelling Correction                  N    N    N    N    Y    Y    N    N
Process Substitution                 N    N    N    Y(2) N    Y    Y    Y
Underlying Syntax                    sh   csh  sh   sh   csh  sh   rc   rc
Freely Available                     N    N    N(5) Y    Y    Y    Y    Y
Checks Mailbox                       N    Y    Y    Y    Y    Y    F    F
Tty Sanity Checking                  N    N    N    N    Y    Y    N    N
Can cope with large argument lists   Y    N    Y    Y    Y    Y    Y    Y
Has non-interactive startup file     N    Y    Y(7) Y(7) Y    Y    N    N
Has non-login startup file           N    Y    Y(7) Y    Y    Y    N    N
Can avoid user startup files         N    Y    N    Y    N    Y    Y    Y
Can specify startup file             N    N    Y    Y    N    N    N    N
Low level command redefinition       N    N    N    N    N    N    N    Y
Has anonymous functions              N    N    N    N    N    N    Y    Y
List Variables                       N    Y    Y    N    Y    Y    Y    Y
Full signal trap handling            Y    N    Y    Y    N    Y    Y    Y
File no clobber ability              N    Y    Y    Y    Y    Y    N    F
Local variables                      N    N    Y    Y    N    Y    Y    Y
Lexically scoped variables           N    N    N    N    N    N    N    Y
Exceptions                           N    N    N    N    N    N    N    Y

Key to the table above.

   Y      Feature can be done using this shell.
          
   N      Feature is not present in the shell.
          
   F      Feature can only be done by using the shells function
          mechanism.
          
   L      The readline library must be linked into the shell to enable
          this Feature.
          
Notes to the table above

    1. This feature was not in the orginal version, but has since become
       almost standard.
    2. This feature is fairly new and so is often not found on many
       versions of the shell, it is gradually making its way into
       standard distribution.
    3. The Vi emulation of this shell is thought by many to be
       incomplete.
    4. This feature is not standard but unoffical patches exist to
       perform this.
    5. A version called 'pdksh' is freely available, but does not have
       the full functionality of the AT&T version.
    6. This can be done via the shells programmable completion mechanism.
    7. Only by specifing a file via the ENV environment variable.

Code tags toegevoegd om de leesbaarheid --- Perderabo

Laatst gewijzigd door Perderabo; op 12.07.2003 02:24 PM..
  #3 (permalink)  
Old 12-09-2003
a25khan's Avatar
a25khan a25khan is offline
Geregistreerde gebruiker
  
 

Join Date: december 2003
Locatie: Mijn thuis: D
Posts: 35
Thumbs up

Hallo aan de gebruiker google,
ja de link gaf me een diepgaande kennis over de verschillende reservoirs. Maar daar kwam ik weer een aantal onbekende namen bijvoorbeeld:
Tenex stijl voltooiing
POSIX
System V Bourne Shell (tegen die tijd de BSD en System V versies had iets anders).
GNU project

Kunt u me wat inzicht voor de bovengenoemde namen?

Bedankt
  #4 (permalink)  
Old 12-09-2003
google's Avatar
google google is offline Forum Advisor  
Moderator
  
 

Join Date: juli 2002
Locatie: Atlanta
Posts: 740
Citaat:
Oorspronkelijk geplaatst door a25khan
Tenex stijl voltooiing
POSIX
System V Bourne Shell (tegen die tijd de BSD en System V versies had iets anders).
GNU project
Kunt u me wat inzicht voor de bovengenoemde namen?
Bedankt
POSIX -- Portable Operating Standards Interface
Hoewel de oorsprong te verwijzen naar de oorspronkelijke IEEE Std 1003.1-1988, de naam POSIX meer correct verwijst naar een familie van verwante standaarden: IEEE Std 1003.n (waarbij n een getal is) en het delen van ISO / IEC 9945. De term POSIX werd oorspronkelijk gebruikt als een synoniem voor IEEE Std 1003.1-1988. Een aangewezen term voor die norm, POSIX.1, Ontstaan. Deze onderhouden de voordelen van de leesbaarheid van het symbool ``POSIX''Zonder dubbelzinnig met de POSIX familie van standaarden.

Tenex stijl voltooiing - is een soort van command line bewerken, waarin de termen worden getypt worden geselecteerd en vervolgens afgesloten (als er een match is gevonden) door de dop

GNU Project - (GNU's Not Unix) - is een project gesponsord door de "Free Software Foundation". Great site, veel voor u beschikbaar. Check ze uit. GNU Project
  #5 (permalink)  
Old 12-09-2003
Neo's Avatar
Neo Neo is online now Forum Staff  
Administrator
  
 

Join Date: Sep 2000
Locatie: Azië Pacific
Berichten: 6.794
google,

Dank u voor het posten van een dergelijk grote schaal vergelijking matrix. Erg handig.

Perderabo,

Dank u voor het formatteren van de "code" tags.

Neo
  #6 (permalink)  
Old 12-10-2003
a25khan's Avatar
a25khan a25khan is offline
Geregistreerde gebruiker
  
 

Join Date: december 2003
Locatie: Mijn thuis: D
Posts: 35
Lightbulb

Google jij bent de man!
Bedankt voor uw antwoorden, ik heb veel
 

Bladwijzers

Thread Tools Zoeken in deze Thread
Zoeken in deze Thread:

Uitgebreid zoeken
Display Modes Beoordeel deze draad
Beoordeel deze draad:

Posting Regels
Jij mag niet Post Nieuwe threads
Jij mag niet na antwoorden
Jij mag niet post attachments
Jij mag niet bewerk uw berichten

BB code is Aan
Smilies zijn Aan
[IMG] code Uit
HTML-code is Uit
Trackbacks zijn Aan
Pingbacks zijn Aan
Refbacks zijn Aan




Alle tijden zijn GMT -4. Het is nu 12:02.


Powered by: vBulletin, Copyright © 2000 - 2006, Jelsoft Enterprises Limited. Vertalingen Powered by .
vBCredits v1.4 Copyright © 2007 - 2008, PixelFX Studios
De Unix-en Linux Forums Copyright © 1993-2009. Alle rechten Reserved.Ad Beheer door RedTyger

Content Relevante URL's door vBSEO 3.2.0