项目作者: Jin-gie

项目描述 :
Clone of the ls command.
高级语言: C
项目地址: git://github.com/Jin-gie/ls_clone.git
创建时间: 2021-05-04T17:27:04Z
项目社区:https://github.com/Jin-gie/ls_clone

开源协议:

下载


Project ls Clone

This project was made for the c module at the IUT Nancy-Charlemagne (2020-2021).
It aims to reproduce some features of the ls command of unix os.

Installation

Use the makefile command make to create the executable ls.

  1. make

Usage

  1. ./ls [path] [-lia]

When no path is given, will show files list of ls program directory.

Options:

  • -l shows all information of the directory: rights, size, last date of edit, file name
  • -i display inode of the files
  • -a also display hidden files