Skip to main content
The 2024 Developer Survey results are live! See the results
deleted 17 characters in body
Source Link
NT3RP
  • 15.3k
  • 9
  • 62
  • 97

find -name 'filename'

find / -name "filename" FindFind the file called "filename" on your filesystem starting the search from the root directory "/". The "filename"

find / -name "filename" 

find -name 'filename'

find / -name "filename" Find the file called "filename" on your filesystem starting the search from the root directory "/". The "filename"

Find the file called "filename" on your filesystem starting the search from the root directory "/". The "filename"

find / -name "filename" 
Source Link

find -name 'filename'

find / -name "filename" Find the file called "filename" on your filesystem starting the search from the root directory "/". The "filename"