Skip to content
tech.tutulutu.ee
Simple Blog about Tech – written for myself. Use with caution.
  • Home
  • Links
command-line/linux

Find Files in Linux

Posted January 30, 2018
Find files by name or extension

Use find from the command line to locate a specific file by name or extension. The following example searches for *.err files in the /home/username/ directory and all sub-directories:

find /home/username/ -name "*.err"

Thanks to: https://linode.com/docs/tools-reference/tools/find-files-in-linux-using-the-command-line/

linux

Post navigation

Older post
atom – my packages
Newer post
update aws ec2

Recent Posts

  • Docker compose docs
  • How I restored my system when docker volumes wrote disk full
  • Firefox: turn off offering translations
  • How to fix headers sent error on PHP
  • My dd command on linux to copy entire disk to img file

Categories

  • Angularjs
  • apache
  • Atom
  • aws
  • bootstrap
  • command-line
  • css
  • docker
  • firefox
  • Git
  • gmail
  • https
  • Java
  • jQuery
  • LAN
  • laravel
  • linux
  • music
  • MySQL
  • network
  • nginx
  • nodejs
  • npm
  • php
  • phpunit
  • printers
  • Python
  • Sailsjs
  • sql
  • ssh
  • SSL and HTTPS
  • thunderbird
  • Uncategorized
  • vim
  • web
  • woocommerce
  • wordpress

Tags

add user angularjs atom aws bootstrap browser command line composer cron css docker dpkg find find file firefox gedit htaccess html htpasswd https install soft ip java laravel linux music mysql nautilus network nginx npm php phpunit port proxy rsync s3cmd scp server ssh thunderbird ubuntu visudo woocommerce wordpress
© 2025 tech.tutulutu.ee
Powered by WordPress | Theme: Graphy by Themegraphy