I can sed all the a-b-c-d-e, etc chars like this:

sed "s//[a-z]/g"

but how can I sed all the chars? (numbers, letters, special char)

thank you

regards, soren

Reply via email to