Hi,

> This list is in a text file items.txt as follow:
> 
> 500   screw driver philips
> 501   camera digital canon
> 502   laser printer samsung
> etc...

sed 's/\([0-9]*\) *\(.\)[^ ]* *\(.\)[^ ]* *\(.\).*/\2\3\4\1/' items.txt

I'll let you do the rest.

Arvind
-- 
Everyone is more or less mad on one point.
        -- Rudyard Kipling

Attachment: pgp4591W1uXng.pgp
Description: PGP signature

Reply via email to