Login
Remember
Register
Ask a Question
I want a file that consists of last 10 lines of the some other file?
0
votes
asked
Apr 1, 2021
in
DevOps
by
sharadyadav1986
I want a file that consists of last 10 lines of the some other file?
#devops
file
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 1, 2021
by
sharadyadav1986
Tail -10 filename >filename
...