Hi

Okay batting my head against the wall on this 

echo "01 02" | sed -ne  's/\(\d*\) \(\d*\)/\2 \1/p'

but it doesn't print out 02 01, if I change \d for \w I do get 02 01,
but I want to just match numbers (digits)


Thanks
Alex

Attachment: signature.asc
Description: Digital signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to