Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Mon May 28 15:45:29 2012 from 38.107.179.230
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Export en anglais

EXPORT(P) POSIX Programmer's Manual EXPORT(P)
 
NAME


export - set the export attribute for variables
 
SYNOPSIS


export name[=word]... export -p
 
DESCRIPTION


The shell shall give the export attribute to the variables correspond- ing to the specified names, which shall cause them to be in the envi- ronment of subsequently executed commands. If the name of a variable is followed by = word, then the value of that variable shall be set to word. The export special built-in shall support the Base Definitions volume of IEEE Std 1003.1-2001, Section 12.2, Utility Syntax Guidelines. When -p is specified, export shall write to the standard output the names and values of all exported variables, in the following format: "export %s=%s\n", , if name is set, and: "export %s\n", if name is unset. The shell shall format the output, including the proper use of quoting, so that it is suitable for reinput to the shell as commands that achieve the same exporting results, except: 1. Read-only variables with values cannot be reset. 2. Variables that were unset at the time they were output need not be reset to the unset state if a value is assigned to the variable between the time the state was saved and the time at which the saved output is reinput to the shell. When no arguments are given, the results are unspecified.
 
OPTIONS


See the DESCRIPTION.
 
OPERANDS


See the DESCRIPTION.
 
STDIN


Not used.
 
INPUT FILES


None.
 
ENVIRONMENT VARIABLES


None.
 
ASYNCHRONOUS EVENTS


Default.
 
STDOUT


See the DESCRIPTION.
 
STDERR


The standard error shall be used only for diagnostic messages.
 
OUTPUT FILES


None.
 
EXTENDED DESCRIPTION


None.
 
EXIT STATUS


Zero.
 
CONSEQUENCES OF ERRORS


Default. The following sections are informative.
 
APPLICATION USAGE


None.
 
EXAMPLES


Export PWD and HOME variables: export PWD HOME Set and export the PATH variable: export PATH=/local/bin:$PATH Save and restore all exported variables: export -p > temp-fileunset a lot of variables... processing. temp-file
 
RATIONALE


Some historical shells use the no-argument case as the functional equivalent of what is required here with -p. This feature was left unspecified because it is not historical practice in all shells, and some scripts may rely on the now-unspecified results on their implemen- tations. Attempts to specify the -p output as the default case were unsuccessful in achieving consensus. The -p option was added to allow portable access to the values that can be saved and then later restored using; for example, a dot script.
 
FUTURE DIRECTIONS


None.
 
SEE ALSO


Special Built-In Utilities
 
COPYRIGHT


Portions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html . IEEE/The Open Group 2003 EXPORT(P)


 Dernières recherches
Man  en anglais Man export en anglaisMan  en français Man export en français
Man  en anglais Man exp en anglaisMan  en français Man exp en français
Man  en anglais Man exit_group en anglaisMan  en français Man exit_group en français
Man  en anglais Man execvp en anglaisMan  en français Man execvp en français
Man  en anglais Man execve en anglaisMan  en français Man execve en français
Man  en anglais Man execv en anglaisMan  en français Man execv en français
Man  en anglais Man execlp en anglaisMan  en français Man execlp en français
Man  en anglais Man execle en anglaisMan  en français Man execle en français
Man  en anglais Man execl en anglaisMan  en français Man execl en français
Man  en anglais Man exec en anglaisMan  en français Man exec en français
Man  en anglais Man ex en anglaisMan  en français Man ex en français
Man  en anglais Man eventfd en anglaisMan  en français Man eventfd en français
Man  en anglais Man eval en anglaisMan  en français Man eval en français
Man  en anglais Man euidaccess en anglaisMan  en français Man euidaccess en français
Man  en anglais Man ethers en anglaisMan  en français Man ethers en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher