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: Sat Feb 11 11:36:03 2012 from 38.107.179.228
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Feof 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 feof en anglaisMan  en français Man feof en français
Man  en anglais Man iopl en anglaisMan  en français Man iopl en français
Man  en anglais Man unix en anglaisMan  en français Man unix en français
Man  en anglais Man stty en anglaisMan  en français Man stty en français
Man  en anglais Man acct en anglaisMan  en français Man acct en français
Man  en anglais Man puts en anglaisMan  en français Man puts en français
Man  en anglais Man cmsg en anglaisMan  en français Man cmsg en français
Man  en anglais Man zcmp en anglaisMan  en français Man zcmp en français
Man  en anglais Man sbrk en anglaisMan  en français Man sbrk en français
Man  en anglais Man glob en anglaisMan  en français Man glob en français
Man  en anglais Man info en anglaisMan  en français Man info en français
Man  en anglais Man diff en anglaisMan  en français Man diff en français
Man  en anglais Man snprintf en anglaisMan  en français Man snprintf en français
Man  en anglais Man exp en anglaisMan  en français Man exp en français
Man  en anglais Man rpc en anglaisMan  en français Man rpc 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