Debian Bug report logs - #385069
moreutils: Please add "dirempty" command

version graph

Package: moreutils; Maintainer for moreutils is Nicolas Schier <[email protected]>; Source for moreutils is src:moreutils (PTS, buildd, popcon).

Reported by: Erich Schubert <[email protected]>

Date: Mon, 28 Aug 2006 21:04:00 UTC

Severity: wishlist

Tags: patch, wontfix

Found in versions moreutils/0.16, moreutils/0.45

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to [email protected], Joey Hess <[email protected]>:
Bug#385069; Package moreutils. (full text, mbox, link).


Message #3 received at [email protected] (full text, mbox, reply):

From: Erich Schubert <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: moreutils: Please add "dirempty" command
Date: Mon, 28 Aug 2006 22:31:35 +0200
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 which does test this in a sane way.

if dirempty "$dir"; then
fi

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17.7
Locale: LANG=de_DE.UTF-8@euro, LC_CTYPE=de_DE.UTF-8@euro (charmap=UTF-8)

Versions of packages moreutils depends on:
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  perl                         5.8.8-6.1   Larry Wall's Practical Extraction 

moreutils recommends no packages.

-- no debconf information



Information forwarded to [email protected], Joey Hess <[email protected]>:
Bug#385069; Package moreutils. (full text, mbox, link).


Acknowledgement sent to Erich Schubert <[email protected]>:
Extra info received and forwarded to list. Copy sent to Joey Hess <[email protected]>. (full text, mbox, link).


Message #8 received at [email protected] (full text, mbox, reply):

From: Erich Schubert <[email protected]>
To: [email protected]
Subject: diremtpy or "exists"?
Date: Sat, 02 Sep 2006 03:55:33 +0200
Hi,
A minute ago I didn't need "dirempty", but "exists 'foo/*.bar'"
test -e "foo" works fine if you have the filename. If you have wildcards
it gets a bit more complicated. IMHO it would be good to have a
convenience command for this instead of using some shell magic with test
and ls.

best regards,
Erich Schubert
-- 
     erich@(vitavonni.de|debian.org)    --    GPG Key ID: 4B3A135C     (o_
             Reality continues to ruin my life --- Calvin              //\
Wende Dein Gesicht der Sonne zu, dann fallen die Schatten hinter Dich. V_/_




Information forwarded to [email protected]:
Bug#385069; Package moreutils. (full text, mbox, link).


Acknowledgement sent to Joey Hess <[email protected]>:
Extra info received and forwarded to list. (full text, mbox, link).


Message #13 received at [email protected] (full text, mbox, reply):

From: Joey Hess <[email protected]>
To: [email protected], Erich Schubert <[email protected]>
Subject: Re: diremtpy or "exists"?
Date: Thu, 7 Sep 2006 20:43:26 -0400
[Message part 1 (text/plain, inline)]
I think that by generalising beyond dirempty to include exists, you're
getting closer to a generic unix tool.

I worry though that the tool might be test(1). These seem like fairly
good candidates to add to test, especially dirempty.

-- 
see shy jo
[signature.asc (application/pgp-signature, inline)]

Information forwarded to [email protected]:
Bug#385069; Package moreutils. (full text, mbox, link).


Acknowledgement sent to Joey Hess <[email protected]>:
Extra info received and forwarded to list. (full text, mbox, link).


Message #18 received at [email protected] (full text, mbox, reply):

From: Joey Hess <[email protected]>
To: Erich Schubert <[email protected]>, [email protected]
Subject: Re: Bug#385069: diremtpy or "exists"?
Date: Thu, 7 Sep 2006 20:45:27 -0400
[Message part 1 (text/plain, inline)]
Erich Schubert wrote:
> A minute ago I didn't need "dirempty", but "exists 'foo/*.bar'"
> test -e "foo" works fine if you have the filename. If you have wildcards
> it gets a bit more complicated. IMHO it would be good to have a
> convenience command for this instead of using some shell magic with test
> and ls.

Hmm, and dirempty is just ! exists foo/* && ! exists foo/.* , right?

-- 
see shy jo
[signature.asc (application/pgp-signature, inline)]

Information forwarded to [email protected], Joey Hess <[email protected]>:
Bug#385069; Package moreutils. (full text, mbox, link).


Acknowledgement sent to Erich Schubert <[email protected]>:
Extra info received and forwarded to list. Copy sent to Joey Hess <[email protected]>. (full text, mbox, link).


Message #23 received at [email protected] (full text, mbox, reply):

From: Erich Schubert <[email protected]>
To: Joey Hess <[email protected]>
Cc: [email protected]
Subject: Re: Bug#385069: diremtpy or "exists"?
Date: Fri, 08 Sep 2006 03:20:02 +0200
Hi Joey,
> Hmm, and dirempty is just ! exists foo/* && ! exists foo/.* , right?

Maybe "exists -d foo" would be nicer for this.
In many applications, "exists 'foo/*'" would do the job okay enough (if
you don't plan to rm the directory)

best regards,
Erich Schubert
-- 
     erich@(vitavonni.de|debian.org)    --    GPG Key ID: 4B3A135C    (o_
        To be trusted is a greater complement than to be loved.       //\
 Man kann sich auch in Gesellschaft anderer einsam fühlen. Weizsäcker V_/_




Information forwarded to [email protected], Joey Hess <[email protected]>:
Bug#385069; Package moreutils. (full text, mbox, link).


Acknowledgement sent to Erich Schubert <[email protected]>:
Extra info received and forwarded to list. Copy sent to Joey Hess <[email protected]>. (full text, mbox, link).


Message #28 received at [email protected] (full text, mbox, reply):

From: Erich Schubert <[email protected]>
To: Joey Hess <[email protected]>
Cc: [email protected]
Subject: Re: diremtpy or "exists"?
Date: Fri, 08 Sep 2006 03:59:51 +0200
Hi,
> I worry though that the tool might be test(1). These seem like fairly
> good candidates to add to test, especially dirempty.

Definitely test should have had this functionality.
However people will expect test to behave the same on all systems, so
I'm not sure adding some non-POSIX extensions to test is a good idea.
People will write scripts and use test, and then it won't work on other
systems. If it's another utility, then it will be much more obvious that
the tool might not exist on other systems.
Furthermore some shells (busybox?) might be using a built-in test, and
that wouldn't have this functionality then.

best regards,
Erich Schubert
-- 
     erich@(vitavonni.de|debian.org)    --    GPG Key ID: 4B3A135C     (o_
 A man doesn't know what he knows until he knows what he doesn't know. //\
  Man kann sich auch in Gesellschaft anderer einsam fühlen. Weizsäcker V_/_




Information forwarded to [email protected], Joey Hess <[email protected]>:
Bug#385069; Package moreutils. (Thu, 13 Jan 2011 14:48:03 GMT) (full text, mbox, link).


Acknowledgement sent to Axel Beckert <[email protected]>:
Extra info received and forwarded to list. Copy sent to Joey Hess <[email protected]>. (Thu, 13 Jan 2011 14:48:03 GMT) (full text, mbox, link).


Message #33 received at [email protected] (full text, mbox, reply):

From: Axel Beckert <[email protected]>
To: [email protected]
Subject: Just ran into the need for dirempty, too
Date: Thu, 13 Jan 2011 15:45:26 +0100
Hi,

+1 for the inclusion of a dirempty command into moreutils.

	Regards, Ax "The BTS is a voting system" el
-- 
 ,''`.  |  Axel Beckert <[email protected]>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-    |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5




Added tag(s) patch. Request was from Michael Stummvoll <[email protected]> to [email protected]. (Fri, 25 Nov 2011 11:09:25 GMT) (full text, mbox, link).


Information forwarded to [email protected], Joey Hess <[email protected]>:
Bug#385069; Package moreutils. (Fri, 25 Nov 2011 11:15:25 GMT) (full text, mbox, link).


Acknowledgement sent to Michael Stummvoll <[email protected]>:
Extra info received and forwarded to list. Copy sent to Joey Hess <[email protected]>. (Fri, 25 Nov 2011 11:15:46 GMT) (full text, mbox, link).


Message #40 received at [email protected] (full text, mbox, reply):

From: Michael Stummvoll <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: Re: moreutils: Please add "dirempty" command
Date: Fri, 25 Nov 2011 12:06:57 +0100
[Message part 1 (text/plain, inline)]
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, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages moreutils depends on:
ii  libc6            2.13-21 
ii  libipc-run-perl  0.90-1  
ii  perl             5.14.2-5

moreutils recommends no packages.

Versions of packages moreutils suggests:
ii  libtime-duration-perl  <none>  
ii  libtimedate-perl       1.2000-1

-- no debconf information
[dirempty.c (text/plain, attachment)]

Information forwarded to [email protected], Joey Hess <[email protected]>:
Bug#385069; Package moreutils. (Fri, 16 Dec 2011 16:09:03 GMT) (full text, mbox, link).


Acknowledgement sent to Michael Cetrulo <[email protected]>:
Extra info received and forwarded to list. Copy sent to Joey Hess <[email protected]>. (Fri, 16 Dec 2011 16:09:03 GMT) (full text, mbox, link).


Message #45 received at [email protected] (full text, mbox, reply):

From: Michael Cetrulo <[email protected]>
To: [email protected]
Subject: Re: Bug #385069: dirempty/exists
Date: Fri, 16 Dec 2011 14:04:59 -0200
[Message part 1 (text/plain, inline)]
I think you can achieve this with a bash function:

    exists() (
        shopt -s nullglob dotglob; shopt -u failglob
        a=($1); [[ ${a##*/} != . && ${a##*/} != .. && -e $a ]] && return
    )

you'll use it with literal globs (like you do with "find -name" for
instance) eg:

    if exists 'mydir/*'; then
        echo "mydir is not empty"
    else
        echo "mydir is empty"
    fi

also notice the faq cited earlier has moved:
http://mywiki.wooledge.org/BashFAQ/004
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Wed, 15 Sep 2021 17:09:02 GMT) (full text, mbox, link).


Acknowledgement sent to マダンテ <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Wed, 15 Sep 2021 17:09:02 GMT) (full text, mbox, link).


Message #50 received at [email protected] (full text, mbox, reply):

From: マダンテ <[email protected]>
To: [email protected]
Date: Thu, 16 Sep 2021 02:04:46 +0900
[Message part 1 (text/plain, inline)]

[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Wed, 15 Sep 2021 17:09:03 GMT) (full text, mbox, link).


Acknowledgement sent to マダンテ <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Wed, 15 Sep 2021 17:09:03 GMT) (full text, mbox, link).


Message #55 received at [email protected] (full text, mbox, reply):

From: マダンテ <[email protected]>
To: [email protected]
Subject: Re: diremtpy or "exists"?
Date: Thu, 16 Sep 2021 02:06:05 +0900
[Message part 1 (text/plain, inline)]
On Thu, 7 Sep 2006 20:43:26 -0400 Joey Hess <[email protected]> wrote:
> I think that by generalising beyond dirempty to include exists, you're
> getting closer to a generic unix tool.
>
> I worry though that the tool might be test(1). These seem like fairly
> good candidates to add to test, especially dirempty.
>
> --
> see shy jo
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Wed, 15 Sep 2021 17:09:05 GMT) (full text, mbox, link).


Acknowledgement sent to マダンテ <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Wed, 15 Sep 2021 17:09:05 GMT) (full text, mbox, link).


Message #60 received at [email protected] (full text, mbox, reply):

From: マダンテ <[email protected]>
To: [email protected]
Subject: Re: moreutils: Please add "dirempty" command
Date: Thu, 16 Sep 2021 02:06:11 +0900
[Message part 1 (text/plain, inline)]
On Mon, 28 Aug 2006 22:31:35 +0200 Erich Schubert <[email protected]> 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
> if [ -z "$(ls -A "$dir")" ]; then
> fi
>
> Maybe we should add a small utility which does test this in a sane way.
>
> if dirempty "$dir"; then
> fi
>
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/dash
> Kernel: Linux 2.6.17.7
> Locale: LANG=de_DE.UTF-8@euro, LC_CTYPE=de_DE.UTF-8@euro (charmap=UTF-8)
>
> Versions of packages moreutils depends on:
> ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared
libraries
> ii  perl                         5.8.8-6.1   Larry Wall's Practical
Extraction
>
> moreutils recommends no packages.
>
> -- no debconf information
>
>
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Wed, 15 Sep 2021 17:09:06 GMT) (full text, mbox, link).


Acknowledgement sent to マダンテ <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Wed, 15 Sep 2021 17:09:06 GMT) (full text, mbox, link).


Message #65 received at [email protected] (full text, mbox, reply):

From: マダンテ <[email protected]>
To: [email protected]
Subject: Re: diremtpy or "exists"?
Date: Thu, 16 Sep 2021 02:06:17 +0900
[Message part 1 (text/plain, inline)]
On Sat, 02 Sep 2006 03:55:33 +0200 Erich Schubert <[email protected]> wrote:
> Hi,
> A minute ago I didn't need "dirempty", but "exists 'foo/*.bar'"
> test -e "foo" works fine if you have the filename. If you have wildcards
> it gets a bit more complicated. IMHO it would be good to have a
> convenience command for this instead of using some shell magic with test
> and ls.
>
> best regards,
> Erich Schubert
> --
>      erich@(vitavonni.de|debian.org)    --    GPG Key ID: 4B3A135C     (o_
>              Reality continues to ruin my life --- Calvin              //\
> Wende Dein Gesicht der Sonne zu, dann fallen die Schatten hinter Dich.
V_/_
>
>
>
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Wed, 15 Sep 2021 17:09:08 GMT) (full text, mbox, link).


Acknowledgement sent to マダンテ <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Wed, 15 Sep 2021 17:09:08 GMT) (full text, mbox, link).


Message #70 received at [email protected] (full text, mbox, reply):

From: マダンテ <[email protected]>
To: [email protected]
Subject: Re: Bug#385069: diremtpy or "exists"?
Date: Thu, 16 Sep 2021 02:06:25 +0900
[Message part 1 (text/plain, inline)]
On Thu, 7 Sep 2006 20:45:27 -0400 Joey Hess <[email protected]> wrote:
> Erich Schubert wrote:
> > A minute ago I didn't need "dirempty", but "exists 'foo/*.bar'"
> > test -e "foo" works fine if you have the filename. If you have wildcards
> > it gets a bit more complicated. IMHO it would be good to have a
> > convenience command for this instead of using some shell magic with test
> > and ls.
>
> Hmm, and dirempty is just ! exists foo/* && ! exists foo/.* , right?
>
> --
> see shy jo
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Wed, 15 Sep 2021 17:09:09 GMT) (full text, mbox, link).


Acknowledgement sent to マダンテ <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Wed, 15 Sep 2021 17:09:09 GMT) (full text, mbox, link).


Message #75 received at [email protected] (full text, mbox, reply):

From: マダンテ <[email protected]>
To: [email protected]
Subject: Re: Bug#385069: diremtpy or "exists"?
Date: Thu, 16 Sep 2021 02:06:39 +0900
[Message part 1 (text/plain, inline)]
On Fri, 08 Sep 2006 03:20:02 +0200 Erich Schubert <[email protected]> wrote:
> Hi Joey,
> > Hmm, and dirempty is just ! exists foo/* && ! exists foo/.* , right?
>
> Maybe "exists -d foo" would be nicer for this.
> In many applications, "exists 'foo/*'" would do the job okay enough (if
> you don't plan to rm the directory)
>
> best regards,
> Erich Schubert
> --
>      erich@(vitavonni.de|debian.org)    --    GPG Key ID: 4B3A135C    (o_
>         To be trusted is a greater complement than to be loved.       //\
>  Man kann sich auch in Gesellschaft anderer einsam fühlen. Weizsäcker V_/_
>
>
>
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Wed, 15 Sep 2021 17:09:10 GMT) (full text, mbox, link).


Acknowledgement sent to マダンテ <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Wed, 15 Sep 2021 17:09:10 GMT) (full text, mbox, link).


Message #80 received at [email protected] (full text, mbox, reply):

From: マダンテ <[email protected]>
To: [email protected]
Subject: Re: diremtpy or "exists"?
Date: Thu, 16 Sep 2021 02:06:54 +0900
[Message part 1 (text/plain, inline)]
On Fri, 08 Sep 2006 03:59:51 +0200 Erich Schubert <[email protected]> wrote:
> Hi,
> > I worry though that the tool might be test(1). These seem like fairly
> > good candidates to add to test, especially dirempty.
>
> Definitely test should have had this functionality.
> However people will expect test to behave the same on all systems, so
> I'm not sure adding some non-POSIX extensions to test is a good idea.
> People will write scripts and use test, and then it won't work on other
> systems. If it's another utility, then it will be much more obvious that
> the tool might not exist on other systems.
> Furthermore some shells (busybox?) might be using a built-in test, and
> that wouldn't have this functionality then.
>
> best regards,
> Erich Schubert
> --
>      erich@(vitavonni.de|debian.org)    --    GPG Key ID: 4B3A135C     (o_
>  A man doesn't know what he knows until he knows what he doesn't know. //\
>   Man kann sich auch in Gesellschaft anderer einsam fühlen. Weizsäcker
V_/_
>
>
>
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Sun, 18 Sep 2022 16:27:09 GMT) (full text, mbox, link).


Acknowledgement sent to Ming Wong <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Sun, 18 Sep 2022 16:27:09 GMT) (full text, mbox, link).


Message #85 received at [email protected] (full text, mbox, reply):

From: Ming Wong <[email protected]>
To: [email protected]
Date: Mon, 19 Sep 2022 00:23:54 +0800
[Message part 1 (text/plain, inline)]

[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Sat, 29 Jul 2023 19:09:02 GMT) (full text, mbox, link).


Acknowledgement sent to Md Jafor <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Sat, 29 Jul 2023 19:09:02 GMT) (full text, mbox, link).


Message #90 received at [email protected] (full text, mbox, reply):

From: Md Jafor <[email protected]>
To: [email protected]
Subject: Re: moreutils: Please add "dirempty" command
Date: Sun, 30 Jul 2023 01:05:18 +0600
[Message part 1 (text/plain, inline)]
On Mon, 28 Aug 2006 22:31:35 +0200 Erich Schubert <[email protected]> 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
> if [ -z "$(ls -A "$dir")" ]; then
> fi
>
> Maybe we should add a small utility which does test this in a sane way.
>
> if dirempty "$dir"; then
> fi
>
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/dash
> Kernel: Linux 2.6.17.7
> Locale: LANG=de_DE.UTF-8@euro, LC_CTYPE=de_DE.UTF-8@euro (charmap=UTF-8)
>
> Versions of packages moreutils depends on:
> ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared
libraries
> ii  perl                         5.8.8-6.1   Larry Wall's Practical
Extraction
>
> moreutils recommends no packages.
>
> -- no debconf information
>
>
[Message part 2 (text/html, inline)]

Information forwarded to [email protected]:
Bug#385069; Package moreutils. (Sat, 29 Jul 2023 20:33:03 GMT) (full text, mbox, link).


Acknowledgement sent to Nicolas Schier <[email protected]>:
Extra info received and forwarded to list. (Sat, 29 Jul 2023 20:33:03 GMT) (full text, mbox, link).


Message #95 received at [email protected] (full text, mbox, reply):

From: Nicolas Schier <[email protected]>
To: [email protected]
Subject: Re: Bug#385069: moreutils: Please add "dirempty" command
Date: Sat, 29 Jul 2023 22:25:00 +0200
[Message part 1 (text/plain, inline)]
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 (application/pgp-signature, inline)]

Added tag(s) wontfix. Request was from Nicolas Schier <[email protected]> to [email protected]. (Sat, 29 Jul 2023 20:54:03 GMT) (full text, mbox, link).


Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Sat, 29 Jul 2023 21:30:04 GMT) (full text, mbox, link).


Acknowledgement sent to Md Jafor <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Sat, 29 Jul 2023 21:30:04 GMT) (full text, mbox, link).


Message #102 received at [email protected] (full text, mbox, reply):

From: Md Jafor <[email protected]>
To: [email protected]
Subject: Google Maps-এ পার্কিং লোকেশন দেখুন
Date: Sat, 29 Jul 2023 14:26:32 -0700
[Message part 1 (text/plain, inline)]
Google





Md Jafor


Md Jafor

আমি আপনার সাথে একটি পার্কিং লোকেশন শেয়ার করেছি






Google Maps-এ দেখুন




Google

© 2018 Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043

Md Jafor Google Maps-এর মাধ্যমে পাঠিয়েছেন



[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Sat, 29 Jul 2023 21:48:02 GMT) (full text, mbox, link).


Acknowledgement sent to Md Jafor <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Sat, 29 Jul 2023 21:48:02 GMT) (full text, mbox, link).


Message #107 received at [email protected] (full text, mbox, reply):

From: Md Jafor <[email protected]>
To: [email protected]
Subject: Google Maps-এ পার্কিং লোকেশন দেখুন
Date: Sat, 29 Jul 2023 14:45:35 -0700
[Message part 1 (text/plain, inline)]
Google





Md Jafor


Md Jafor

আমি আপনার সাথে একটি পার্কিং লোকেশন শেয়ার করেছি






Google Maps-এ দেখুন




Google

© 2018 Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043

Md Jafor Google Maps-এর মাধ্যমে পাঠিয়েছেন



[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Sat, 29 Jul 2023 21:54:03 GMT) (full text, mbox, link).


Acknowledgement sent to "Md Jafor (via Google Maps)" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Sat, 29 Jul 2023 21:54:03 GMT) (full text, mbox, link).


Message #112 received at [email protected] (full text, mbox, reply):

From: "Md Jafor (via Google Maps)" <[email protected]>
To: [email protected]
Subject: See Md Jafor's real-time ___location on Google Maps
Date: Sat, 29 Jul 2023 14:50:04 -0700
[Message part 1 (text/plain, inline)]
Md Jafor's locationShared with you on Google  
Mapshttps://maps.app.goo.gl?link=https://www.google.com/maps/@/data%3D!4m5!7m4!1m2!1s111324023244013987696!2sChZxNXVnSG1yc3BqUVRDNWI5dlNyekZR!2e2&apn=com.google.android.apps.maps&amv=949000000&ius=comgooglemapsurl&isi=585027354&ct=___location-sharing-fdl&mt=8&pt=9008&ibi=com.google.Azimuth&ibi=com.google.Azimuth.MessagesExtension&ibi=com.google.Bzimuth&ibi=com.google.Bzimuth.MessagesExtension&ibi=com.google.Czimuth&ibi=com.google.Czimuth.MessagesExtension&ibi=com.google.Dzimuth&ibi=com.google.Dzimuth.MessagesExtension&ibi=com.google.Maps&ibi=com.google.Maps.MessagesExtension&ibi=com.google.Rzimuth&ibi=com.google.Rzimuth.MessagesExtension&afl=https://www.google.com/maps/@/data%3D!4m5!7m4!1m2!1s111324023244013987696!2sChZxNXVnSG1yc3BqUVRDNWI5dlNyekZR!2e2&ifl=https://www.google.com/maps/@/data%3D!4m5!7m4!1m2!1s111324023244013987696!2sChZxNXVnSG1yc3BqUVRDNWI5dlNyekZR!2e2Learn  
more at https://support.google.com/maps/?p=share_location_desktopGoogle  
Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Nicolas Schier <[email protected]>:
Bug#385069; Package moreutils. (Sun, 30 Jul 2023 10:42:03 GMT) (full text, mbox, link).


Acknowledgement sent to "Md Jafor (via Google Maps)" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Nicolas Schier <[email protected]>. (Sun, 30 Jul 2023 10:42:04 GMT) (full text, mbox, link).


Message #117 received at [email protected] (full text, mbox, reply):

From: "Md Jafor (via Google Maps)" <[email protected]>
To: [email protected]
Subject: See Md Jafor's real-time ___location on Google Maps
Date: Sun, 30 Jul 2023 03:39:27 -0700
[Message part 1 (text/plain, inline)]
Md Jafor's locationShared with you on Google  
Mapshttps://maps.app.goo.gl?link=https://www.google.com/maps/@/data%3D!4m5!7m4!1m2!1s111324023244013987696!2sChZlZGczRFVwb3FBMDYwSmpDYlpmWGxREggHBgGx7ZqBbQ%253D%253D!2e2&apn=com.google.android.apps.maps&amv=949000000&ius=comgooglemapsurl&isi=585027354&ct=___location-sharing-fdl&mt=8&pt=9008&ibi=com.google.Azimuth&ibi=com.google.Azimuth.MessagesExtension&ibi=com.google.Bzimuth&ibi=com.google.Bzimuth.MessagesExtension&ibi=com.google.Czimuth&ibi=com.google.Czimuth.MessagesExtension&ibi=com.google.Dzimuth&ibi=com.google.Dzimuth.MessagesExtension&ibi=com.google.Maps&ibi=com.google.Maps.MessagesExtension&ibi=com.google.Rzimuth&ibi=com.google.Rzimuth.MessagesExtension&afl=https://www.google.com/maps/@/data%3D!4m5!7m4!1m2!1s111324023244013987696!2sChZlZGczRFVwb3FBMDYwSmpDYlpmWGxREggHBgGx7ZqBbQ%253D%253D!2e2&ifl=https://www.google.com/maps/@/data%3D!4m5!7m4!1m2!1s111324023244013987696!2sChZlZGczRFVwb3FBMDYwSmpDYlpmWGxREggHBgGx7ZqBbQ%253D%253D!2e2Learn  
more at https://support.google.com/maps/?p=share_location_desktopGoogle  
Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043
[Message part 2 (text/html, inline)]

Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Tue May 13 16:07:17 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.