Most viewed posts
Search
Reply to comment
Linux Command: tail
| See the examples |
tail [options] [files]
--retry |
Examples: |
grep '\.Ah' file | tail -20 Show the last 20 lines containing instances of .Ah: tail -f /var/log/messages Monitor messages in a log file
|