• [^] # Re: mkfifo + tail -f ?

    Posté par . En réponse au message exposer un script comme un service. Évalué à 3. Dernière modification le 05 mars 2014 à 11:37.

    bah pareil mais dans l'autre sens ?

    mkfifo monentree
    mkfifo masortie
    tail -f monentree | monscript.sh > masortie
    echo "testentrant" >monentree

    dans un autre terminal

    tail -f masortie