Summary: Find problem

From: Sue Thielen (Sue.Thielen@epeople.com)
Date: Wed Nov 01 2000 - 15:59:17 CST


I was having the following problem.

find / -name core -print
find: cannot open /: Value too large for defined data type

I have been told to prune out the /proc directory from the
find .. So.. the following now does what I need done.

find / \( -name proc -prune \) -o -name core -print

Thanks to all that helped.. especially that Canadian..

sue

Susan KJ Thielen ePeople
Unix Systems Administrator 450 National Avenue
Ph: 650 694-6475 Mountain View, CA
Fx: 650 694-6401 94043-2388
Email: sue.thielen@epeople.com www.epeople.com

S
U BEFORE POSTING please READ the FAQ located at
N ftp://ftp.cs.toronto.edu/pub/jdd/sun-managers/faq
. and the list POLICY statement located at
M ftp://ftp.cs.toronto.edu/pub/jdd/sun-managers/policy
A To submit questions/summaries to this list send your email message to:
N sun-managers@sunmanagers.ececs.uc.edu
A To unsubscribe from this list please send an email message to:
G majordomo@sunmanagers.ececs.uc.edu
E and in the BODY type:
R unsubscribe sun-managers
S Or
. unsubscribe sun-managers original@subscription.address
L To view an archive of this list please visit:
I http://www.latech.edu/sunman.html
S
T



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:14:21 CDT