Horje
bash find files with extension Code Example
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'




Shell

Related
git not taking file name change Code Example git not taking file name change Code Example
unix replace comma with tab Code Example unix replace comma with tab Code Example
'sanity' is not recognized as an internal or external command Code Example 'sanity' is not recognized as an internal or external command Code Example
notepad++ linux Code Example notepad++ linux Code Example
mac release port 8080 Code Example mac release port 8080 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11