CheatSnip

Related

Find Files

linux

Search for files in directory hierarchy

List Directory Contents

linux

List files and directories in the current or specified directory with various formatting options.

Copy Files

linux

Copy files and directories from one location to another.

linux/locate

Locate Files

Find files by name using database

filesystem
search
database

Command

locate

Explanation

locate finds files by name using a pre-built database, much faster than find.

Examples

Find file by name

locate filename.txt

Case-insensitive search

locate -i pattern

Update locate database

updatedb

More

Move or Rename Files

linux

Move or rename files and directories.

Remove Files or Directories

linux

Delete files or directories permanently.

Create File or Update Timestamps

linux

Create new empty files or update existing file timestamps.

CheatSnip

Lightning-fast access to essential developer commands and code snippets. Search, copy, and master your favorite tools with our comprehensive cheat sheets.

Poorna Prakash

Quick Links

Git CommandsDockerNPMKubernetesYour Favorites

Legal

Terms & ConditionsPrivacy PolicyCookie Preferences

Company

About UsContact

© 2025 CheatSnip. All rights reserved.

Made with ❤️ for developers