Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss] bash output buffering



On Jun 12, 2012, at 7:01 PM, Edward Ned Harvey wrote:
> 
> I have a bash script, writing to a log file, and there's a long delay before
> the output appears in the file.  When it does, it appears several K at a
> time.

This isn't bash.  It's file I/O buffering.  Solutions are either mount the file system sync or pipe the output through a filter that disables output buffering. "cat -u" will do the latter.

--Rich P.




BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org