Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Suffering with buffering - how to wake 'less'

by benizi (Hermit)
on Jan 12, 2010 at 21:44 UTC ( [id://817064]=note: print w/replies, xml ) Need Help??


in reply to Re: Suffering with buffering - how to wake 'less'
in thread Suffering with buffering - how to wake 'less'

Nuts. I was hoping for something like +G or +F that wouldn't cause less to fully block.

Falling back to the ol' dosomething >& file &; less file approach.

Thanks as always ikegami.

Replies are listed 'Best First'.
Re^3: Suffering with buffering - how to wake 'less'
by ikegami (Patriarch) on Jan 12, 2010 at 21:59 UTC
    producer > file & less file ; rm file
    doesn't work since less isn't expecting the file to change.
    producer > file ; less file ; rm file
    works, but less will only start up once the producer has ended.

      Oops. I'd typo'ed. I meant 'tail -f' where I said 'less'.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://817064]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-24 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found