> You could reformat the output with sed(1), like so: > rem -q -s | sed -e 's/^[0-9]\+\/\([0-9]\+\)\/\([0-9]\+\)/\2\/\1/g' > Paul Hmm... Won't work for me (ouput not reformated). No regex matched? I have also replaced "+" with "*" (star). Any idea? Thanks -- --------- @@ ---------