Projet

Général

Profil

Actions

Tee » Historique » Révision 1

Révision 1/3 | Suivant »
François Rioult, 22/06/2010 23:10


Tee

  1. this shell is an alternative to the standard file saver of Ariane
  2. given a filename as parameter, it copies the input to it and the ouput.
filename=$1; shift
input=$1; shift
output=$1; shift

cat $input | tee $filename > $output

Mis à jour par François Rioult il y a presque 14 ans · 1 révisions