Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 46 lignes de commande disponibles
login as: root
root@213.186.33.18's password:
Last login: Sun Aug 1 8:12:22 2010 from 38.107.191.101
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Ferror en anglais

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


clearerr, feof, ferror, fileno - check and reset stream status
 
SYNOPSIS


#include void clearerr(FILE *stream); int feof(FILE *stream); int ferror(FILE *stream); int fileno(FILE *stream);
 
DESCRIPTION


The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, returning non-zero if it is set. The end-of-file indicator can only be cleared by the function clearerr(). The function ferror() tests the error indicator for the stream pointed to by stream, returning non-zero if it is set. The error indicator can only be reset by the clearerr() function. The function fileno() examines the argument stream and returns its integer descriptor. For non-locking counterparts, see unlocked_stdio(3).
 
ERRORS


These functions should not fail and do not set the external variable errno. (However, in case fileno() detects that its argument is not a valid stream, it must return -1 and set errno to EBADF.)
 
CONFORMING TO


The functions clearerr(), feof(), and ferror() conform to C89.
 
SEE ALSO


open(2), fdopen(3), stdio(3), unlocked_stdio(3) 2001-10-16 FERROR(3)


 Dernières recherches
Man  en anglais Man ferror en anglaisMan  en français Man ferror en français
Man  en anglais Man sem_init en anglaisMan  en français Man sem_init en français
Man  en anglais Man sched_get_priority_max en anglaisMan  en français Man sched_get_priority_max en français
Man  en anglais Man su en anglaisMan  en français Man su en français
Man  en anglais Man unsetenv en anglaisMan  en français Man unsetenv en français
Man  en anglais Man sync en anglaisMan  en français Man sync en français
Man  en anglais Man truncate en anglaisMan  en français Man truncate en français
Man  en anglais Man execlp en anglaisMan  en français Man execlp en français
Man  en anglais Man tcgetattr en anglaisMan  en français Man tcgetattr en français
Man  en anglais Man fgetgrent en anglaisMan  en français Man fgetgrent en français
Man  en anglais Man qmgr en anglaisMan  en français Man qmgr en français
Man  en anglais Man mq_open en anglaisMan  en français Man mq_open en français
Man  en anglais Man getgid en anglaisMan  en français Man getgid en français
Man  en anglais Man rint en anglaisMan  en français Man rint en français
Man  en anglais Man exp en anglaisMan  en français Man exp 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