Penguin

Differences between current version and previous revision of FindNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, August 22, 2007 11:28:41 am by BenStaz
Older page: version 1 Last edited on Wednesday, August 22, 2007 11:28:03 am by BenStaz Revert
@@ -1,5 +1,5 @@
 !!Common Find Examples 
  
-! !Recursively copy files all .jpg files to a particular dir. 
+!Recursively copy files all .jpg files to a particular dir. 
  
-'' find . -type f -iname '*.jpg' -print0 | xargs -0 cp --target-directory=foo''  
+find . -type f -iname '*.jpg' -print0 | xargs -0 cp --target-directory=foo