04-26-2011, 09:01 AM | #1 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
Using Linux find to find files and show attributes
Sometimes you need to search for particular files and show their attributes in the results. Here is an easy way to do it:
Code:
find . -name somefile.xml | awk '{ print "ls -l "$1 }' | sh |
Reply With Quote |
Reply |
Tags |
linux administration
,
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Comments Don't Show and Header Messes Up | Ryfje | vBulletin Wordpress Bridge | 1 | 03-21-2011 06:59 AM |