Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Update when page updates
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Ecko" data-source="post: 380936" data-attributes="member: 24874"><p>Never heard of trail. Think you mean tail: <a href="http://linux.die.net/man/1/tail" target="_blank">http://linux.die.net/man/1/tail</a></p><p></p><p>Don't even see how that even applies here, since using tail with follow will not detect any changes on a line it has already tailed:</p><p>[code]</p><p>root@autobots [~]# touch jadenisanidiot && echo 'dumbass' >> jadenisanidiot</p><p>root@autobots [~]# screen</p><p>[detached]</p><p>root@autobots [~]# sed -i 's/dumbass/retard/' jadenisanidiot</p><p>root@autobots [~]# cat jadenisanidiot</p><p>retard</p><p>root@autobots [~]# screen -r</p><p>root@autobots [~]# tail -f jadenisanidiot</p><p>dumbass</p><p></p><p>[/code]</p><p>It would be stupid to use PHP for this when JS would work fine.</p></blockquote><p></p>
[QUOTE="Ecko, post: 380936, member: 24874"] Never heard of trail. Think you mean tail: [URL]http://linux.die.net/man/1/tail[/URL] Don't even see how that even applies here, since using tail with follow will not detect any changes on a line it has already tailed: [code] root@autobots [~]# touch jadenisanidiot && echo 'dumbass' >> jadenisanidiot root@autobots [~]# screen [detached] root@autobots [~]# sed -i 's/dumbass/retard/' jadenisanidiot root@autobots [~]# cat jadenisanidiot retard root@autobots [~]# screen -r root@autobots [~]# tail -f jadenisanidiot dumbass [/code] It would be stupid to use PHP for this when JS would work fine. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Update when page updates
Top