Skip to content

short shellscript to recursively search the current directory for all files ending in a specified suffix and sort those files -457

Notifications You must be signed in to change notification settings

sm20/recursive-search-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FUNCTIONALITY

Given a suffix and an integer N as command line arguments, this program will display the N largest files sorted in order by size, that match the provided suffix.

INSTRUCTIONS

Run: scan.sh
Provide 2 command line arguments when running the scan.sh program:
1. suffix - files to search
2. integer N - number of files to display as output

About

short shellscript to recursively search the current directory for all files ending in a specified suffix and sort those files -457

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages