Question (and feature request): Is it possible to have 'ra' terminate immediately in cases similar to this: ra -r huge.logfile | head -1 There's no need for 'ra' to spend minutes chewing through the rest of the logfile(s). The pipe command has terminated and is not waiting for any more data. /Elof