An open API service indexing awesome lists of open source software.

https://github.com/sujilnt/directoryreportgenerator

Genarating a Report of overview of the files under a given directory. It prints filename , user and the size .
https://github.com/sujilnt/directoryreportgenerator

directory-analyzer linux-app perl perl-scripti perl-task regular-expression shell-scripting

Last synced: about 2 months ago
JSON representation

Genarating a Report of overview of the files under a given directory. It prints filename , user and the size .

Awesome Lists containing this project

README

          

# directoryReportgenerator
Genarating a Report of overview of the files under a given directory. It prints filename , user and the size . Main works good for linux machines

# Run the script with regular Expression
perl task.pl ""
example 1:-

perl run.pl /bin "*t"

# Run this script without without regular expression

ex:- perl task.pl /bin
*t -> the files names starting from t
If no regular expression considered it automatically consider “*”;