burim:linux-essentials:chapter-8-pipes-redirection-and-regex
head /etc/sysctl.conf tail /etc/sysctl.conf ls /etc | head ls -l /etc/ppp | nl ls -l /etc/ppp | nl | tail -5 ls -l /etc/ppp | tail -5 | nl
burim/linux-essentials/chapter-8-pipes-redirection-and-regex.txt · Last modified: 2018/08/24 12:53 by dardan
