=================
attrextr v0.2 Read Me!!
by Ramshankar
=================

attrextr can extract some standard file attributes from all files within a folder.
The information is then dumped to an output file.

syntax: attrextr <indir> <outfile> [-ns]

<indir> -- The directory to process
<outfile> -- The name/path of the output file where the data will be dumped
-ns -- If given, attrextr will not recursively scan subdirectories. This is optional

eg: attrextr /boot/MyStuff /boot/home/Desktop/output.txt
This will extract attributes from all files in "MyStuff" folder and ALL its
subdirectories write them to "output.txt"

eg: attrextr /boot/MyStuff temp.txt -ns
This will extract only attributes of files in MyStuff and will not 'enter' any 
subdirectories that may be within MyStuff.

attrextr was done within a matter of minutes as someone in Beshare wanted it.
Since the idea was nice, i decided to release it at bebits. I have no particular use
for it (as yet :) and have no intention on improving it unless u ask :)

Regards,
Ramshankar (Somebody)
<ramshankar@bemail.org>
