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: Thu Feb 9 5:51:09 2012 from 38.107.179.229
[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); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): fileno(): _POSIX_C_SOURCE || _XOPEN_SOURCE
 
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 and C99.
 
SEE ALSO


open(2), fdopen(3), stdio(3), unlocked_stdio(3)
 
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/. 2007-07-26 FERROR(3)


 Dernières recherches
Man  en anglais Man ferror en anglaisMan  en français Man ferror en français
Man  en anglais Man getgid en anglaisMan  en français Man getgid en français
Man  en anglais Man perror en anglaisMan  en français Man perror en français
Man  en anglais Man getuid en anglaisMan  en français Man getuid en français
Man  en anglais Man memcpy en anglaisMan  en français Man memcpy en français
Man  en anglais Man setpci en anglaisMan  en français Man setpci en français
Man  en anglais Man pstree en anglaisMan  en français Man pstree en français
Man  en anglais Man getegid en anglaisMan  en français Man getegid en français
Man  en anglais Man setgid en anglaisMan  en français Man setgid en français
Man  en anglais Man execve en anglaisMan  en français Man execve en français
Man  en anglais Man gunzip en anglaisMan  en français Man gunzip en français
Man  en anglais Man chroot en anglaisMan  en français Man chroot en français
Man  en anglais Man shmctl en anglaisMan  en français Man shmctl en français
Man  en anglais Man master en anglaisMan  en français Man master en français
Man  en anglais Man strstr en anglaisMan  en français Man strstr 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