[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Substring Replacement
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] Substring Replacement |
Date: |
Fri, 30 May 2014 12:51:05 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Fri, May 30, 2014 at 06:34:47PM +0200, Richard Taubo wrote:
> If you are forced to run everything on one line without using variables, how
> could one accomplish this, e.g:
> echo "abcABC123ABCabc" | echo ${????//abc/xyz}
echo "xyzABC123ABCxyz"
Now, what are you REALLY trying to do?