Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 205 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 205 Bytes

My version of 'ls' utility

This version includes only -l functionality

Usage

./ls [-l] <path>

./ls -h for help

Build

./cc.sh

Possible enhancements

  • Add better error handling