maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia 770 (https://talk.maemo.org/forumdisplay.php?f=24)
-   -   Text / Log file viewer ? (https://talk.maemo.org/showthread.php?t=10034)

tomt 2007-09-26 13:19

Text / Log file viewer ?
 
Is there any app that will let me view a text / log file sat on a server.

As this file is live and continually changing, I need the viewer to auto update or tail.

Thanks

carlos2831 2007-09-27 08:57

Re: Text / Log file viewer ?
 
Hi tomt,

If you have installed an x terminal you can try :
tail -f filename

this is not really for a file that is updated, but for one on which lines are being added at the end (like for a log file)

tail shows only the last 10 lines when called (and then with the -f option all the lines added afterwards). If you want a larger number of initial lines try:

tail -f filename -n numberoflines

I haven't tried it on my 770 as I don't have it here, but it runs busybox and I have tried it out on my ubuntu's busybox so it should work

hope it helps

Carlos

tomt 2007-09-27 15:53

Re: Text / Log file viewer ?
 
Thanks.. Is there any GUI Option for viewing text files ?

Anything with the tail option. ?


All times are GMT. The time now is 17:47.

vBulletin® Version 3.8.8