All of lore.kernel.org
 help / color / mirror / Atom feed
* Question about "find -exec"
@ 2002-07-18 15:24 Oliver Ob
  2002-07-19  5:52 ` James Mohr
  2002-07-19  9:16 ` Question about "find -exec" szonyi calin
  0 siblings, 2 replies; 34+ messages in thread
From: Oliver Ob @ 2002-07-18 15:24 UTC (permalink / raw)
  To: Lx Newbie List

I want to find and list all files with *.snm ending.
find /mnt/c/ -name *.snm -exec ls
does not work, the man page does tell me french fries.

What am I missing?

-- 
*º¤., ¸¸,.¤º*¨¨¨*¤        =Oliver@home=         *º¤., ¸¸,.¤º*¨¨*¤
I       http://www.bmw-roadster.de/Friends/Olli/olli.html       I
I       http://www.bmw-roadster.de/Friends/friends.html         I
I       http://groups.yahoo.com/group/VGAP-93                   I
I       mailto:VGAP-93-subscribe@yahoogroups.com                I
I       http://home.t-online.de/home/spacecraft.portal          I
>>>  Telek0ma iBBMS - now back online +49.4504.TRSi1/TRSi2   <<<
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 34+ messages in thread
* RE: Question about "find -exec"
@ 2002-07-18 15:28 Petras, Martin [Ontario]
  0 siblings, 0 replies; 34+ messages in thread
From: Petras, Martin [Ontario] @ 2002-07-18 15:28 UTC (permalink / raw)
  To: Linux Newbie List (E-mail)

try

find /mnt/c -name "*.snm" -ls

or with exec

find /mnt/c -name "*.snm" -exec ls -l {} \;

-----Original Message-----
From: Oliver Ob [mailto:ob_ok@gmx.net]
Sent: Thursday, July 18, 2002 11:24 AM
To: Lx Newbie List
Subject: Question about "find -exec"


I want to find and list all files with *.snm ending.
find /mnt/c/ -name *.snm -exec ls
does not work, the man page does tell me french fries.

What am I missing?

-- 
*º¤., ¸¸,.¤º*¨¨¨*¤        =Oliver@home=         *º¤., ¸¸,.¤º*¨¨*¤
I       http://www.bmw-roadster.de/Friends/Olli/olli.html       I
I       http://www.bmw-roadster.de/Friends/friends.html         I
I       http://groups.yahoo.com/group/VGAP-93                   I
I       mailto:VGAP-93-subscribe@yahoogroups.com                I
I       http://home.t-online.de/home/spacecraft.portal          I
>>>  Telek0ma iBBMS - now back online +49.4504.TRSi1/TRSi2   <<<
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 34+ messages in thread
[parent not found: <Pine.LNX.4.21.0207250114250.2569-100000@hestia.rdrs.net>]

end of thread, other threads:[~2002-08-02 22:25 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-18 15:24 Question about "find -exec" Oliver Ob
2002-07-19  5:52 ` James Mohr
2002-07-24  7:07   ` Mike Castle
2002-07-24 16:07     ` James Mohr
2002-07-24 21:24       ` Partitioning problem Anshuman Rawat
2002-07-25  6:22         ` pa3gcu
2002-07-25 21:20           ` LI -lilo booting problem Chuck Gelm
2002-07-26  1:38             ` No Boot Problem Frank Roberts - SOTL
2002-07-26  3:53               ` Ray Olszewski
2002-07-26 12:44                 ` Frank Roberts - SOTL
2002-07-26 16:57                   ` Ray Olszewski
2002-07-27  1:23                     ` Frank Roberts - SOTL
2002-07-26 20:28               ` Chuck Gelm
2002-07-26  6:10             ` LI -lilo booting problem pa3gcu
2002-07-26 21:19               ` Chuck Gelm
2002-07-27  8:08                 ` pa3gcu
2002-07-26 21:21               ` Chuck Gelm
2002-07-26 23:57                 ` Ray Olszewski
     [not found]                   ` <3D444FC2.354744E5@gelm.net>
2002-07-28 21:15                     ` Ray Olszewski
2002-07-29  1:21                       ` Chuck Gelm
2002-07-29 21:01                         ` Chuck Gelm
2002-07-29 23:11                           ` Frank Roberts - SOTL
2002-08-02 10:07                           ` ntp - how? Chuck Gelm
2002-08-02 15:31                             ` pa3gcu
2002-08-02 16:36                             ` Ray Olszewski
2002-08-02 20:28                               ` Chuck Gelm
2002-08-02 21:42                                 ` Ray Olszewski
2002-08-02 22:25                                   ` Chuck Gelm
2002-07-26  6:28             ` LI -lilo booting problem Ray Olszewski
2002-07-26 17:04             ` ichi
2002-07-26  8:26               ` Ramzez
2002-07-19  9:16 ` Question about "find -exec" szonyi calin
  -- strict thread matches above, loose matches on Subject: below --
2002-07-18 15:28 Petras, Martin [Ontario]
     [not found] <Pine.LNX.4.21.0207250114250.2569-100000@hestia.rdrs.net>
2002-07-25  6:05 ` James Mohr

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.