Skip to content

Lists files within a given directory sorted by size in descending order

License

Notifications You must be signed in to change notification settings

alexiarstein/spc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spc

Lists files within a given directory sorted by size in descending order

Usage

spc

e.g: spc /tmp 5

Would list the files within tmp sorted by size in descending order

Install:

sudo mv spc /usr/local/bin; chmod a+x /usr/local/bin/spc

Compile & Install (Requires GCC):

gcc src/spc.c -o spc; sudo mv spc /usr/local/bin; chmod a+x /usr/local/bin/spc

Author: Alexia RS alexia@rockylinux.org

About

Lists files within a given directory sorted by size in descending order

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages