DQNEO / mycoreutils

coreutilsをC言語で自作するプロジェクト

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mycoreutils

reinvent coreutils by C

TODO

file

  • rm -rf
  • ln
  • ln -s

text

  • cat
  • head
  • tail

shell

  • yes

DONE

  • ls
  • mkdir
  • rmdir
  • rm
  • touch

original

site: http://www.gnu.org/software/coreutils/

git clone git://git.sv.gnu.org/coreutils

About

coreutilsをC言語で自作するプロジェクト


Languages

Language:C 100.0%