David Walser <[EMAIL PROTECTED]> writes:
> Try:
> urpmi --auto-select | awk '{for(i=1;i<=NF;i++){print
> $i}}'Use nowadays' tools :-). urpmi --auto-select | perl -pe 's/\s+/\n/g' -- Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/
David Walser <[EMAIL PROTECTED]> writes:
> Try:
> urpmi --auto-select | awk '{for(i=1;i<=NF;i++){print
> $i}}'Use nowadays' tools :-). urpmi --auto-select | perl -pe 's/\s+/\n/g' -- Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/