>>>>> "BV" == Bernhard Voelker <m...@bernhard-voelker.de> writes: BV> Well, there are many possibilities, but there is already a way to BV> to do it in xargs. So what would you want to achieve by saving a RET? BV> I don't think it's about the wearing of the ENTER key on your keyboard?
Thank you. If there is a way to do $ seq 99|sed s/^/URL_/|xargs -pn 9 $BROWSER so I can browse 9 items at a time with just hitting RET instead of y RET, please tell me.