[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Removing blanks



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