this blog is a feature
Thanks to Jigen, this is another method to add and remove semicolon with sed. The result is the same as here.
To add semicolon:
sed -e ‘s/[01]/&;/g’ foo
To remove semicolon:
sed -e ‘s/\([01]\);/\1/g’ foo
Written by whitenoise
October 30, 2007 at 8:07 pm
|
Blog at WordPress.com. Theme: Journalist by Lucian E. Marin.