Miguel, Karsten:
"De nada" is the usual form to reply to "Gracias" in Spanish. "Por
nada" can be used as well.
My .2
Daniel
PS: The bad thing with having so many beautiful languages in our planet is
that we can't learn them all !!
> >> thank you for your patiente...
> >
> >
> > De nada.
on Tue, Mar 27, 2001 at 02:52:51PM -0500, William T Wilson ([EMAIL PROTECTED])
wrote:
> On Tue, 27 Mar 2001, Miguel S. Filipe wrote:
>
> > > I need to delete a bunch of files, all of them of the form
> > > *.doc, scattered into several subdirectories inside a given
> > > directory. W
On Tue, Mar 27, 2001 at 08:26:55PM +0100, Miguel S. Filipe wrote:
> This is a litle of topic.. but.. "de nada" is portuguese..i don't even
> recall it to be spanish.. maybe its an expession used in both
> languages..but.. one thing for sure.. "De nada" is what a portuguese
> replies when someone
On Tue, 27 Mar 2001, Miguel S. Filipe wrote:
> > I need to delete a bunch of files, all of them of the form
> > *.doc, scattered into several subdirectories inside a given
> > directory. What should I do?
>
> >>
> >>
> >>> Several options:
> >>> - Create a script. This *is
it's spanish too...
de nada
-Original Message-
From: Miguel S. Filipe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 27, 2001 2:27 PM
To: debian-user
Subject: Re: deleting specific files (a litle note about "de nada" )
Karsten M. Self wrote:
> Please respond to
Karsten M. Self wrote:
Please respond to list mail on-list. Reply redirected to list.
Reply-to: set to list.
on Mon, Mar 26, 2001 at 07:23:15PM -0300, Marcelo Chiapparini ([EMAIL
PROTECTED]) wrote:
Karsten
thank you very much for your illustrating answer!
Now, I am new to linux and Debia
Hi Karsten,
thank you very much for your very detailed answer!
Abrazos,
Marcelo
On Mon, Mar 26, 2001 at 03:09:35PM -0800, Karsten M. Self wrote:
> Please respond to list mail on-list. Reply redirected to list.
> Reply-to: set to list.
>
> on Mon, Mar 26, 2001 at 07:23:15PM -0300, Marcelo C
Please respond to list mail on-list. Reply redirected to list.
Reply-to: set to list.
on Mon, Mar 26, 2001 at 07:23:15PM -0300, Marcelo Chiapparini ([EMAIL
PROTECTED]) wrote:
> Karsten
>
> thank you very much for your illustrating answer!
> Now, I am new to linux and Debian, so I would like t
on Fri, Mar 23, 2001 at 12:53:59PM -0600, Jason P. Holland ([EMAIL PROTECTED])
wrote:
> > I need to delete a bunch of files, all of them of the form
> > *.doc, scattered into several subdirectories inside a given
> > directory. What should I do?
> find /dir -name "*.doc" -exec rm -rf {} \;
As
"Jason P. Holland" <[EMAIL PROTECTED]> writes:
> find /dir -name "*.doc" -exec rm -rf {} \;
Nits:
* -r is probably not desired for this problem. If you run across
a directory named "something.doc", it's clearly not a file and you
may not want to delete it.
* -f is possibly not desired fo
On 23-Mar-2001 Marcelo Chiapparini wrote:
> Hi debianers!
> I need to delete a bunch of files, all of them of the form *.doc, scattered
> into several subdirectories inside a given directory. What should I do?
> (a couple of month ago I posted a similar email, but unfortunatly I deleted
> the ve
find /dir -name "*.doc" -exec rm -rf {} \;
Jason
>
> Hi debianers!
> I need to delete a bunch of files, all of them of the form
> *.doc, scattered
> into several subdirectories inside a given directory. What
> should I do?
> (a couple of month ago I posted a similar email, but
> unfortunatly
Hi debianers!
I need to delete a bunch of files, all of them of the form *.doc, scattered
into several subdirectories inside a given directory. What should I do?
(a couple of month ago I posted a similar email, but unfortunatly I deleted
the very clever answer by accident. I surfed the archives,
13 matches
Mail list logo