Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

FileCache(3pm)


FileCache

FileCache

NAME
SYNOPSIS
DESCRIPTION
BUGS

NAME

FileCache − keep more files open than the system permits

SYNOPSIS

    cacheout $path;
    print $path @data;

DESCRIPTION

The "cacheout" function will make sure that there’s a filehandle open for writing available as the pathname you give it. It automatically closes and re-opens files if you exceed your system file descriptor maximum.

BUGS

sys/param.h lies with its "NOFILE" define on some systems, so you may have to set $FileCache::cacheout_maxopen yourself.



FileCache(3pm)