You are viewing a single comment's thread. Return to all comments →
I used awk
awk '{$1="****"; $2="****"; $3="****"; print $1, $2, $3, $4}'
if someone can tell me how to use sed I'm beginner
Seems like cookies are disabled on this browser, please enable them to open this website
'Sed' command #4
You are viewing a single comment's thread. Return to all comments →
I used awk
if someone can tell me how to use sed I'm beginner