Useful UNIX features
Pipe |
Output of command sent as input to the next command in the piple
who | wc -l count number of users logged in
sort list | head | tail -3 extract 8th, 9th, 10th lines of list
Previous slide
Next slide
Back to first slide
View graphic version