https://github.com/print3m/basic-ls-implementation
Simple (and rather bad) implementation of ls command written in C using pure syscalls.
https://github.com/print3m/basic-ls-implementation
c linux ls shell syscalls
Last synced: 10 months ago
JSON representation
Simple (and rather bad) implementation of ls command written in C using pure syscalls.
- Host: GitHub
- URL: https://github.com/print3m/basic-ls-implementation
- Owner: Print3M
- Created: 2021-11-02T16:31:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T20:13:10.000Z (over 2 years ago)
- Last Synced: 2025-01-18T05:27:57.125Z (12 months ago)
- Topics: c, linux, ls, shell, syscalls
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple (and rather bad) implementation of `ls` command.