Wednesday, 11 September 2013

How to change some symbols (e.t. "space") to other symbol in Bash/shell

How to change some symbols (e.t. "space") to other symbol in Bash/shell

I have some output from
ps -ef | grep apache
I need to change all spaces in that output to '@' symbol Is it possible to
use some bash script for this? Thanks

No comments:

Post a Comment