Bug 940 - "find" doesn`t process command line
Summary: "find" doesn`t process command line
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: findutils
Version: 5.2
Hardware: i386
OS: Linux
high
high
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-01-24 18:14 UTC by kuehnel
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-01-24 19:04:51 UTC
Embargoed:


Attachments (Terms of Use)

Description kuehnel 1999-01-24 18:14:03 UTC
when executing:

find ./ -name "*.old" -exec rm {};

find complains that the arguments to -exec are missing!

Comment 1 Jeff Johnson 1999-01-24 19:04:59 UTC
Try
	find ./ -name "*.old" -exec rm {} \;


Note You need to log in before you can comment on or make changes to this bug.