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:48: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 Fileno 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 fileno en anglaisMan  en français Man fileno en français
Man  en anglais Man file en anglaisMan  en français Man file en français
Man  en anglais Man feature_test_macros en anglaisMan  en français Man feature_test_macros en français
Man  en anglais Man fgrep en anglaisMan  en français Man fgrep en français
Man  en anglais Man fd_set en anglaisMan  en français Man fd_set en français
Man  en anglais Man fdopen en anglaisMan  en français Man fdopen en français
Man  en anglais Man fgets en anglaisMan  en français Man fgets en français
Man  en anglais Man fdisk en anglaisMan  en français Man fdisk en français
Man  en anglais Man fgetpwent_r en anglaisMan  en français Man fgetpwent_r en français
Man  en anglais Man fdatasync en anglaisMan  en français Man fdatasync en français
Man  en anglais Man fgetpwent en anglaisMan  en français Man fgetpwent en français
Man  en anglais Man fgetgrent_r en anglaisMan  en français Man fgetgrent_r en français
Man  en anglais Man fgetc en anglaisMan  en français Man fgetc en français
Man  en anglais Man fcvt en anglaisMan  en français Man fcvt en français
Man  en anglais Man fcntl en anglaisMan  en français Man fcntl 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