We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
like the file'/root/.bash_history'
when my '/root/.bash_history' start roll
root@kelpie-btf:~# wc -l /root/.bash_history 2000 /root/.bash_history root@kelpie-btf:~# echo $HISTSIZE 1000
this util work abnormal ,but "tail -f /root/.bash_history " can still work
this is my config
t, err := tail.TailFile(p, tail.Config{ Location: &tail.SeekInfo{ Offset: 0, Whence: io.SeekEnd, }, ReOpen: true, Follow: true, Poll: true, MustExist: false, Pipe: false, MaxLineSize: 10000 })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
like the file'/root/.bash_history'
when my '/root/.bash_history' start roll
this util work abnormal ,but "tail -f /root/.bash_history " can still work
this is my config
The text was updated successfully, but these errors were encountered: