bug-coreutils
[Top][All Lists]
Advanced

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

bug#43657: rm does not delete files


From: Paul Eggert
Subject: bug#43657: rm does not delete files
Date: Mon, 28 Sep 2020 01:01:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 9/27/20 8:58 PM, Amit Rao wrote:
There's a limit? My first attempt didn't use a wildcard; i attempted to delete 
a directory.

'rm dir' fails because 'rm' by default leaves directories alone.

My second attempt was rm -rf dir/*

If "dir" has too many files that will fail due to shell limitations that have nothing to do with Coreutils. Use 'rm -rf dir' instead.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]