function minipoesie { echo "nom complet : $0" echo " " echo "$*" # avant 'shift 1' shift 1 echo "$*" # après 'shift 1' echo "$*" # avant 'shift 2' shift 2 echo -e "\t$*" # après 'shift 2' echo -e "\t $*" # avant 'shift 3' shift 3 echo -e "\t $*" # après 'shift 3' } minipoesie hypathie chez debian facile