Bug#385069: moreutils: Please add "dirempty" command

2023-07-29 Thread Nicolas Schier
Tags: wontfix I consider re-posting of out-dated URLs is spam. Joey (upstream author) made his point already years ago, I think it's time to close this bug. signature.asc Description: PGP signature

Bug#385069: moreutils: Please add "dirempty" command

2023-07-29 Thread Md Jafor
On Mon, 28 Aug 2006 22:31:35 +0200 Erich Schubert wrote: > Package: moreutils > Version: 0.16 > Severity: wishlist > > Hi, > Testing a directory to be empty in bash is hackish, see > http://wooledge.org/mywiki/BashFaq#head-6ec77504553115e8518271d0d319e27148634f19 > > The cleanest way probably is

Bug#385069: moreutils: Please add "dirempty" command

2021-09-15 Thread マダンテ
On Mon, 28 Aug 2006 22:31:35 +0200 Erich Schubert wrote: > Package: moreutils > Version: 0.16 > Severity: wishlist > > Hi, > Testing a directory to be empty in bash is hackish, see > http://wooledge.org/mywiki/BashFaq#head-6ec77504553115e8518271d0d319e27148634f19 > > The cleanest way probably is

Bug#385069: moreutils: Please add dirempty command

2011-11-25 Thread Michael Stummvoll
Package: moreutils Version: 0.45 Followup-For: Bug #385069 Hi, cause there didn't happen something to this topic for some years i just made a beginning. :) Greetings, Michael -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (700, 'testing'), (650,

Bug#385069: moreutils: Please add dirempty command

2006-08-28 Thread Erich Schubert
Package: moreutils Version: 0.16 Severity: wishlist Hi, Testing a directory to be empty in bash is hackish, see http://wooledge.org/mywiki/BashFaq#head-6ec77504553115e8518271d0d319e27148634f19 The cleanest way probably is if [ -z $(ls -A $dir) ]; then fi Maybe we should add a small utility