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
- Sunday
- March 9th, 2025
- Ajouter un cours
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