Linux Command Line: Getting Started with Bash and Shell Scripting by Booth Travis

Linux Command Line: Getting Started with Bash and Shell Scripting by Booth Travis

Author:Booth, Travis [Booth, Travis]
Language: eng
Format: epub
Published: 2019-10-03T16:00:00+00:00


[ppeters@rad-srv ~]$find [search_path] [expression] [-options] [search_item]

Find Files using Name or Extension

Within the Linux filesystem, we can search for a file using the file's name or extension.

The illustration below searches for *.star files in the /home/ppeters/ folder and all sub-folders:

[ppeters@rad-srv ~]$find /home/ppeters/ -name "*.star"

Common Linux Find Commands and Syntax

Bash find statements have the following syntax:

[ ppeters@rad-srv ~]$find options find_path statement



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.