From 6065d5efd56b5eaea32fd4438bc3ae9032d068fc Mon Sep 17 00:00:00 2001 From: gcolpart Date: Sun, 20 Aug 2017 04:33:33 +0200 Subject: [PATCH] ajout d'uns astuce --- TipsShell.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TipsShell.md b/TipsShell.md index d31b4bd2..f81b98cd 100644 --- a/TipsShell.md +++ b/TipsShell.md @@ -409,4 +409,10 @@ Renvoyer stdout/stderr dans une même sortie (par exemple /dev/null) : ~~~ eject /dev/coin > /dev/null 2>&1 +~~~ + +Détecter les tabulations + +~~~ +$ grep -P '\t' ~~~ \ No newline at end of file