User Tools

Site Tools


linux:find

This is an old revision of the document!


Find

Find Specific File

find -name file.name

Find Files Over a Certain Size

find . -size +5000k

Find and Delete Certain Text Files

find . -name "*sometext*.txt" -exec rm {} ';'
linux/find.1590329630.txt.gz · Last modified: (external edit)