Re: how to deal with file name containing spaces?
- From: Bit Twister <BitTwister@xxxxxxxxxxxxxxxx>
- Date: Mon, 3 Dec 2007 17:14:04 +0000 (UTC)
On Mon, 03 Dec 2007 11:36:00 -0500, www wrote:
But if I want to pass them to next command by using xargs, it does not work:
ls file*.txt | xargs ls -l
have you tried the xargs man page. ls file*.txt | xargs -0r ls -l
.
- References:
- how to deal with file name containing spaces?
- From: www
- Re: how to deal with file name containing spaces?
- From: Robert Heller
- Re: how to deal with file name containing spaces?
- From: www
- how to deal with file name containing spaces?
- Prev by Date: Re: how to deal with file name containing spaces?
- Next by Date: Re: how to deal with file name containing spaces?
- Previous by thread: Re: how to deal with file name containing spaces?
- Next by thread: Re: how to deal with file name containing spaces?
- Index(es):