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

Reply via email to