findutils 4.5.3 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News findutils 4.5.3 (Development branch)
# 1  
Old 12-08-2008
findutils 4.5.3 (Development branch)

The findutils package consists of three programs."find" is a program which searches a directorytree to find a file or group of files. It walksthe directory tree and reports all occurrences ofa file matching the user's specifications."locate" scans one or more databases of filenamesand displays any matches. "xargs" builds andexecutes command lines by gathering togetherarguments it reads on the standard input. Mostoften, these arguments are lists of file namesgenerated by "find".License: GNU General Public License v3Changes:
Changes to gnulib's fts code should provideperformance improvements in find when processingvery large directories. File type information isalso passed back from fts to find, saving calls tothe stat system call for find command lines whichdon't need the stat information. This provides aperformance improvement for common cases like"find . -type d".Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. HP-UX

Installing GNU findutils

Hi, Could someone let me know, how to install GNU findutils in HP-UX. Thanks in advance. (3 Replies)
Discussion started by: pradebban
3 Replies

2. AIX

GNU findutils

Hi, We are running 64-bit AIX 6.1. I have gcc 4.2.0 on our system. I'd like to get the latest copy of GNU findutils on the server. From what I see, I have two basic options: 1) download source code and compile using gcc or 2) download rpm and install. Would someone please point me in the right... (1 Reply)
Discussion started by: Eben Yong
1 Replies
Login or Register to Ask a Question