ls

Simple implementation of ls command

Written by  on June 11, 2015

Just an assignment from my Linux programming course. I have only done a small part of work of the ls command, after all, it’s a program with 400+ lines, if you want to study full source codes of ls command(in which there are 4000+ lines codes), you can get it from here.

[Read more...]