vladyslav-n / uls

our realization of standard ls utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ULS

Synopsys

./uls [-@ABCFGHLPRSTUabcdfhiklmnpqrstuwx1] [file ...]

How to use

Compilation:

make

Reinstalliation

make reinstall

Uninstalliation

make uninstall

Used functions

write, malloc, malloc_size, free, perror, strerror, exit, opendir, readdir, closedir,stat, lstat, getpwuid, getgrgid, listxattr, getxattr, time, ctime, readlink, ioctl,isatty, acl_get_file, acl_to_text, acl_free

About

our realization of standard ls utility


Languages

Language:C 97.3%Language:Makefile 2.7%