Skip to content

This is a coreUtils modification to allow recursive use of ls in an new format.

Notifications You must be signed in to change notification settings

NickLewanowicz/extended-ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extended-ls

This repo contains some modifications to ls inside of coreUtils-8.26 and is known to work on Ubuntu 16.04 LTS 32 bit. The objective of these modifications were to gain a better understanding of the linux operating system (in particular coreUtils) and use that knowledge to build a new feature into the known and loved package.

The feature we made is in the form of an ls flag -e which has a --reach X flag that will recurse your ls command X times. The installation of which follows.

Full documentation of the implementation process available here.

Installation

  • git clone <repository-url> this repository
  • cd extended-ls
  • sudo apt-get install automake autotools-dev texinfo
  • source ./install

Further Reading / Useful Links

About

This is a coreUtils modification to allow recursive use of ls in an new format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published