GNOME, vous faites ch*er
Comme vous le savez peut-être, je maintiens un document d'auto-formation intitulé Formation Debian. Le chantier du moment, c'est donc de la mettre à jour pour la prochaine sortie de Debian Wheezy. Je voudrais donc profiter de ce travail pour énoncer le message suivant : GNOME, vous faites ch*er.
rlwrap: give readline super powers to any command line tool
Classified in : Homepage, Debian, Command line
Did you ever use a tool such as netcat, which has no history and does not allow you to edit the line you are typing?
% nc localhost smtp 220 cocorico.example.com ESMTP Postfix HELO localhost 250 cocorico.example.com MAIL FROM: <tanguy@localhost> 250 2.1.0 Ok RCTP TO: <tanguy@localhost> 502 5.5.2 Error: command not recognized ^[[A Sh*t, line recall does not work! 502 5.5.2 Error: command not recognized
Read more rlwrap: give readline super powers to any command line tool
Re: Recherche d'une chaîne dans une arborescence
En réponse à un article de Thierry Bazzanella…
Pour rechercher une chaîne de caractère dans une arborescence entière de fichiers, avec GNU grep :
$ grep -R "chaîne" répertoire