18
0
Fork 0

ajout d'uns astuce

This commit is contained in:
gcolpart 2017-08-20 04:33:33 +02:00
parent e7a1bd5037
commit 6065d5efd5
1 changed files with 6 additions and 0 deletions

View File

@ -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'
~~~