elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
man
/
man1
/
tail.1
File editor
.TH TAIL 1 .SH NAME tail \- print the last few lines of a file .SH SYNOPSIS \fBtail\fR [\fB\-c \fIn\fR] [\fB\-f] [\fB\-n \fIn\fR] [\fIfile\fR] ...\fR .br .SS OPTIONS .TP 5 .B \-c The count refers to characters .TP 5 .B \-f On FIFO or special file, keep reading after EOF .TP 5 .B \-n The count refers to lines .SH EXAMPLES .TP 20 .B tail \-n 6 # Print last 6 lines of \fIstdin\fR .TP 20 .B tail \-c 20 file # Print the last 20 characters of \fIfile\fR .TP 20 .B tail \-n 1 file1 file2 # Print last line of two files .TP 20 .B tail \-n +8 file # Print the tail starting with line 8 .SH DESCRIPTION .PP The last few lines of one or more files are printed. The default count is 10 lines. The default file is \fIstdin\fR. If the value of \fIn\fR for the \fB\-c\fR or \fB\-n\fR flags starts with a + sign, counting starts at the beginning, rather than the end of the file.
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history