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
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