Skip to content

C implementation of ls -l using system calls, as a C programming exercise.

License

Notifications You must be signed in to change notification settings

eddiewastaken/listfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

listfiles.c

A small programming excercise to familiarise using C in a Unix environment. Uses Unix system calls (mainly file system calls) to perform a recursive traversal of the directory structure, starting with the current working directory, displaying details of each object in the same format as ls -l would.

Note: This program does not deal with symbolic links, or device (special) files - just regular files and directories.

About

C implementation of ls -l using system calls, as a C programming exercise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages