Skip to content

akhaled01/c-dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c-dir

A Small Replica of the GNU Coreutils ls command built purely in golang. This project is part of reboot01's projects.

The following flags are implemented

  • -l
  • -R
  • -a
  • -r
  • -t

To use:

  1. Clone this repo
  2. enter the directory and run go run . [FLAGS] [FILEPATH]

The following Packages were used:

  • fmt
  • os
  • os/user
  • strconv
  • strings
  • syscall
  • time
  • math/rand
  • errors
  • io/fs

No non standard libraries were used in this project

Authors

  • akhaled01 (akhaled)
  • xlvk (fatabbas)
  • iSolate77 (mfaris)

About

custom made GNU ls command in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages