Re: locate
From: Ryan Thompson (ryan_at_sasknow.com)
Date: 10/31/04
- Previous message: Nikolas Britton: "Re: Laptops as routers"
- In reply to: george: "locate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Oct 2004 22:39:42 -0600 (CST) To: george <george@vagner.com>
george wrote to questions@freebsd.org:
> I am getting this error upon running periodic weekly it looks to me
> that there is a very long directory but I dont know a command to find
> this directory. can someone help?
# find / | awk '{ if (length >= 1024) print }'
It's linear on the number of inodes, but it should be accurate
> locate: integer out of +-MAXPATHLEN (1024): 1028
- Ryan
-- Ryan Thompson <ryan@sasknow.com> SaskNow Technologies - http://www.sasknow.com 901-1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-244-7037 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Nikolas Britton: "Re: Laptops as routers"
- In reply to: george: "locate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|