« Commandes BASH » : différence entre les versions
| Ligne 125 : | Ligne 125 : | ||
== log == | == log == | ||
< | <syntaxhighlight lang="bash" line copy> | ||
#Recherche en live | #Recherche en live | ||
tail -f /var/log/fichier.log | tail -f /var/log/fichier.log | ||
| Ligne 142 : | Ligne 142 : | ||
#zgrep pour les fichiers compressés compris | #zgrep pour les fichiers compressés compris | ||
</ | </syntaxhighlight> | ||
== Alias == | == Alias == | ||