M
M
mlwrm2016-04-28 07:27:06
linux
mlwrm, 2016-04-28 07:27:06

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

2 answer(s)
A
Alexander Koryukin, 2016-04-28
@malworm

tail -n +0 -f FILE

C
csar, 2016-04-28
@csar

cat file|more

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question