[ale] Removing blanks
Pete Hardie
pete.hardie at gmail.com
Fri Jan 22 11:39:52 EST 2010
On Fri, Jan 22, 2010 at 11:22, Terry Bailey <terry at bitlinx.com> wrote:
>
> Hi,
>
> Does anyone know how to use either a command or batch file to change
> all the blanks in a file name to another character?
>
> I thought maybe sed would work, but if so, I have not been able to
> figure it out.
sed "s/ /X/g" inputfile appears to work for me.
--
Pete Hardie
--------
Better Living Through Bitmaps
More information about the Ale
mailing list