Skip to content

RandomDebugError/UNIX-File-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNIX-File-Utils

Programs that emulate common UNIX Utils

4 seperate programs written in C that emulate the STAT, List Files, Tail, and Recursive Search UNIX Utils.

Stat: Calls stat() on given file/directory and returns file size, # of blocks allocated, link count, file permissions, and file inode.

List: Lists the fills in a given directory. Invoking with -l flag returns information about the files.

Tail: Returns the last n lines of a file where n = the number of desired lines.

Recursive Search: Returns the names of each file and directory in the file system tree recursively.

About

Programs that emulate common UNIX Utils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published