[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Removing blanks
- Subject: [ale] Removing blanks
- From: pete.hardie at gmail.com (Pete Hardie)
- Date: Fri, 22 Jan 2010 11:39:52 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
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