]> gitweb.pimeys.fr Git - config-20-100.git/commitdiff
[.bash_aliases] piping more commands
authorVincent Le Gallic <legallic@crans.org>
Sat, 28 Sep 2013 22:49:13 +0000 (00:49 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sat, 28 Sep 2013 22:49:13 +0000 (00:49 +0200)
.bash_aliases

index e6aef5899f74deb0d366a068a11639fede547a09..8e7ada0fca3059d9dd39c5d014d8df5ee2d42d77 100644 (file)
@@ -61,7 +61,7 @@ alias sshadd='ssh-add -t 1800'
 #~# # Permet d'aliaser les commandes dans lesquelles on pipe usuellement
 #~# # pour qu'elle marche aussi quand elles sont précédées d'une espace insécable.
 #~#
-#~# for commande in grep egrep fgrep wc tail head less
+#~# for commande in grep egrep fgrep wc tail head less sed awk xargs sort uniq
 #~# do
 #~#   alias  $commande=$commande
 #~# done