Categories
How to read the entire file using tail or something similar?
How can I read the entire file from beginning to end, if I do not know its length, but so that after the input tracking remains, as the command does
tail -f
Answer the question
In order to leave comments, you need to log in
tail -n +0 -f FILE
cat file|more
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question