Find files inside a given folder in Linux

Linux OS Topics
Post Reply
User avatar
SevenZero
Major
Major
Posts: 263
Joined: Sun Nov 01, 2009 8:37 pm

Find files inside a given folder in Linux

Post by SevenZero » Tue Mar 13, 2012 5:39 am

Quick command to find a file inside given folder.

Code: Select all

find /home/robot.lk -name 'myname*'
Post Reply

Return to “Linux”