finding files
Last couple of months I've wanted my output format to look like this from find:
Mon Feb 15 12:49:18 2010, 50356KB, ./files.txt
This was the printf format I've used.
find . -name tmp* -type f -printf "%t, %kKB, %h/%f\n"
Posted by
Paul Cooley
at
7:42:00 AM
9 comments:
Its great to see that people are sharing quite profitable information with each other and now we can move our selves to a new era.
Reptile lizard blog
bearded dragon foods, feeding, and insects
Reptile supplies, caging, cages
green anole care sheet
Green iguana care sheet
Sudan plated lizard care sheet
leopard gecko care sheet
The script is versatile and can be use in many ways.
Post a Comment