Linux From Scratch - Version 7.0
151
locate Searches through a database of file names and reports the names that contain a given string or match
a given pattern
oldfind Older version of find, using a different algorithm
updatedb Updates the locate database; it scans the entire file system (including other file systems that are
currently mounted, unless told not to) and puts every file name it finds into the database
xargs Can be used to apply a given command to a list of files
Kommentare zu diesen Handbüchern