To see the last 10 lines of a long file, use "tail filename".
Uncategorized
1
Posts
1
Posters
0
Views
-
To see the last 10 lines of a long file, use "tail filename". To see the
first 10 lines, use "head filename". To see new lines as they're appended
to a file, use "tail -f filename".
-- Dru <genesis@istar.ca> -
undefined Stefano Marinelli shared this topic