Exercice Linux avec correction outils de manipulation de texte

kyle> fgrep . /etc/inetd.conf
§ attention au point avec grep
kyle> grep –cv '^#' /etc/inetd.conf
kyle> awk 'length>50' /etc/inetd.conf
kyle> awk '!/^#/ && length>50' /etc/inetd.conf

Télécharger aussi :

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *