bug-coreutils
[Top][All Lists]
Advanced

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

bug#15926: RFE: unlink command already uses 'unlink' call; make 'rm' use


From: Eric Blake
Subject: bug#15926: RFE: unlink command already uses 'unlink' call; make 'rm' use 'remove' call
Date: Thu, 21 Nov 2013 11:06:41 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 11/21/2013 11:01 AM, Pádraig Brady wrote:

> I'm not sure it's useful enough functionality to expose,
> and personally I'd use something like:
> 
> children() { find "$1" -maxdepth 1 -mindepth 1; }
> or
> children() { find "$1" | sed '1d'; }
> 
> and then...
> 
> children $dir | xargs rm -r

Except that it falls over in the presence of file names with newline, so
you have to get fancier with find -print0 and xargs -0 to be robust.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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