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: Sun Feb 12 8:15:44 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 Getenv en anglais

GETENV(3) Linux Programmer's Manual GETENV(3)
 
NAME


getenv - get an environment variable
 
SYNOPSIS


#include char *getenv(const char *name);
 
DESCRIPTION


The getenv() function searches the environment list to find the envi- ronment variable name, and returns a pointer to the corresponding value string.
 
RETURN VALUE


The getenv() function returns a pointer to the value in the environ- ment, or NULL if there is no match.
 
CONFORMING TO


SVr4, POSIX.1-2001, 4.3BSD, C89, C99.
 
NOTES


The strings in the environment list are of the form name=value. As typically implemented, getenv() returns a pointer to a string within the environment list. The caller must take care not to modify this string, since that would change the environment of the process. The implementation of getenv() is not required to be reentrant. The string pointed to by the return value of getenv() may be statically allocated, and can be modified by a subsequent call to getenv(), putenv(3), setenv(3), or unsetenv(3).
 
SEE ALSO


clearenv(3), putenv(3), setenv(3), unsetenv(3), environ(7)
 
COLOPHON


This page is part of release 3.05 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. GNU 2008-03-17 GETENV(3)


 Dernières recherches
Man  en anglais Man getenv en anglaisMan  en français Man getenv en français
Man  en anglais Man strspn en anglaisMan  en français Man strspn en français
Man  en anglais Man fgetws en anglaisMan  en français Man fgetws en français
Man  en anglais Man atexit en anglaisMan  en français Man atexit en français
Man  en anglais Man lockf en anglaisMan  en français Man lockf en français
Man  en anglais Man msync en anglaisMan  en français Man msync en français
Man  en anglais Man hosts en anglaisMan  en français Man hosts en français
Man  en anglais Man intro en anglaisMan  en français Man intro en français
Man  en anglais Man epoll en anglaisMan  en français Man epoll en français
Man  en anglais Man nroff en anglaisMan  en français Man nroff en français
Man  en anglais Man umask en anglaisMan  en français Man umask en français
Man  en anglais Man ipcrm en anglaisMan  en français Man ipcrm en français
Man  en anglais Man groff en anglaisMan  en français Man groff en français
Man  en anglais Man write en anglaisMan  en français Man write en français
Man  en anglais Man rexec en anglaisMan  en français Man rexec 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