Je connais ce truc sur le Linux Mint 7...
et ca serait génial si tu nous montre comment le faire sur ubuntu =D
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]sudo apt-get install cowsay[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]echo Bonjour | cowsay[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]/usr/share/cowsay/cows[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]echo Bonjour | cowsay -f duck.cow[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]echo Bonjour | cowthink -f duck.cow[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]echo Bonjour | cowsay -f $(ls /usr/share/cowsay/cows -1 | sort -R | head -1)[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]sudo apt-get install fortunes-fr[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]echo $(fortune) | cowsay -f $(ls /usr/share/cowsay/cows -1 | sort -R | head -1)[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]echo $(fortune) | cowthink -f $(ls /usr/share/cowsay/cows -1 | sort -R | head -1)[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]man cowsay[/SIZE][/FONT][/COLOR]
[COLOR=#000000][FONT=DejaVu Sans, sans-serif][SIZE=4]man fortune[/SIZE][/FONT][/COLOR]