Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash find files with extension


# syntax
find </path/to/dir> -name '.<extension>'

# example 
find /export/home/jacquesk -name '*.txt'

# This will search in folder-path (including subdirectories) 
# of "/export/home/jacquesk", and will show any files 
# that end in '.txt'
Comment

PREVIOUS NEXT
Code Example
Shell :: wsl install mongodb 
Shell :: github see the username 
Shell :: delete directory linux 
Shell :: add i386 architecture ubuntu 
Shell :: how to install nautilus 
Shell :: find a file linux 
Shell :: find git remote url 
Shell :: virtualbox linux manjaro 
Shell :: linux install minikube 
Shell :: error: src refspec master does not match any error: failed to push some refs to android studio 
Shell :: check memory type 
Shell :: pip force reinstall 
Shell :: uninstall mongodb on macos completely 
Shell :: update linux bash history editor 
Shell :: how to halt batch script execution for 5 seconds 
Shell :: windscribe for linux 
Shell :: simple way to make a text field to accept numbers only with maximum number of length 13 digit and min 10 
Shell :: how to see pip installed packages 
Shell :: xampp archlinux 
Shell :: how to check if virtualization in enable on linux 
Shell :: install watchman windows 
Shell :: set up redux in react 
Shell :: how to install go in kali linux 
Shell :: powershell command history file 
Shell :: how to make a beep in cmd 
Shell :: how to delete installed library from react native project 
Shell :: redis show all keys 
Shell :: django load data from json file 
Shell :: docker run restart always 
Shell :: read line by using linnumber shell 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =