Skip to content
/ ft_ls Public

Recode of Unix command ls with some of its options.

Notifications You must be signed in to change notification settings

robkle/ft_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ls

A recode of the ls Unix command with some of its options.
A coding exercise in interacting with the Unix file system using C.
This program implements a binary search tree data stucture to sidestep tedious file sorting functions

Usage

The executable ft_ls is used the same way as ls Unix command, but only with -l, -R, -a, -r and -t options.
./ft_ls [-Ralt] [file ...]

The repository contains a Makefile for:

  • compiling executable (make all)
  • removing object files (make clean)
  • deleting executable (make fclean)
  • recompiling (make re)

Notes:

This project is part of my studies at Hive Helsinki. It was thoroughly tested by 5 fellow Hive students.

About

Recode of Unix command ls with some of its options.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published