Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
find
Search for files in directory hierarchy
Syntax
find [PATH]... [EXPRESSION]Common Options
-nameSearch by name pattern-typeSearch by type (f/d/l)-sizeSearch by file size-mtimeSearch by modification time-execExecute command on results-deleteDelete found filesCommon Examples
find . -name "*.txt"Find all txt files
find . -type f -size +100MFind files larger than 100MB
find . -mtime -7Files modified in last 7 days
find . -name "*.log" -deleteDelete all log files
Related Tools
More Code & Dev Tools
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
Code Formatter
Format and beautify code online. Support multiple languages ...
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
Color Extractor
Extract colors from images online. Get dominant colors and c...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...