Skip to content
New issue

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

How to append all log #13

Open
vicheromero opened this issue Feb 12, 2022 · 2 comments
Open

How to append all log #13

vicheromero opened this issue Feb 12, 2022 · 2 comments

Comments

@vicheromero
Copy link

I use the extension in Kodular. I have to read a file of 1500 lines by executing the command "tail -n1500 /home/pi/user.txt" but it only shows 500 lines of the file. I tried to add all the "NewIncomingMessage" to a string but still the same result. If I change the command to "tail -n800 /home/pi/user.txt" it only shows me 400 lines, If I run "tail -n400 /home/pi/user.txt" it does show me all 400 lines.

Can you help me check.

@vicheromero
Copy link
Author

@watermelonoof can you help me with this question?

@watermelonoof
Copy link
Contributor

I am quite busy right now, allow me some time to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants