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 .
- Host: GitHub
- URL: https://github.com/sujilnt/directoryreportgenerator
- Owner: sujilnt
- Created: 2018-04-23T21:57:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T20:57:54.000Z (about 8 years ago)
- Last Synced: 2025-02-23T01:34:03.966Z (over 1 year ago)
- Topics: directory-analyzer, linux-app, perl, perl-scripti, perl-task, regular-expression, shell-scripting
- Language: Perl
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 “*”;