Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 495 Bytes

File metadata and controls

15 lines (10 loc) · 495 Bytes

uls

This is implementation of system utility ls with some flags for Unix.

usage screenshot

You need clang compiler to be installed to compile this project, or you can change default compiler in Makefile.

Use MAKE to install and ./uls to start. make uninstall - uninstall uls make reistall - uninstall & install uls

usage: uls [-lRaSt1GAuT] [file ...]

See detailed descriprion of flags in man page (man ls).