On 29 Aug, Howard Lowndes wrote:
> I know what I want to delete, but when I do rm -f * in the problem
> directory it comes back with "Argument list too long"
Try:
echo * | xargs rm -f
Provided you have no filenames with spaces etc.
luke
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug
- [SLUG] Help with rm Howard Lowndes
- Re: [SLUG] Help with rm Andrew Reilly
- Re: [SLUG] Help with rm Howard Lowndes
- Re: [SLUG] Help with rm Conrad Parker
- Re: [SLUG] Help with rm Herbert Xu
- Re: [SLUG] Help with rm kevin
- Re: [SLUG] Help with rm luke
- Re: [SLUG] Help with rm Scott Howard
- Re: [SLUG] Help with rm Andrew Reilly
- Re: [SLUG] Help with rm luke
- Re: [SLUG] Help with rm Herbert Xu
- Re: [SLUG] Help with rm Russell Davies
- RE: [SLUG] Help with rm George Vieira
- RE: [SLUG] Help with rm Howard Lowndes
- Re: [SLUG] Help with rm Russell Davies
- Re: [SLUG] Help with rm Herbert Xu
- Re: [SLUG] Help with rm Russell Davies
