Matteo Savatteri 51e2c5a7bb Make ld strip binaries 3 years ago
..
src 2b1166c817 Add `ls` program 3 years ago
Makefile 51e2c5a7bb Make ld strip binaries 3 years ago
README.md 2b1166c817 Add `ls` program 3 years ago

README.md

ls

Call the getdents64 function and list filenames of directory entries.

Description

The program ls asks the kernel the entries of the the current working directory and prints them to standard output.

Usage

$ ls

Comment

The entries are listed in directory order and not sorted :). Note that "dot" files are not treated specially. There's a limit of 16 MiB for the directory structure length.