Skip to content

Hierosme/u-coreutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

u-coreutils

CI

GNU coreutils implementation with Python 3.8

Tools

✔ cat

✔ echo

✔ head

✔ mkdir

INSTALL

pip install -U u_coreutils

USE

u-cat a.txt
u-echo -e -n 'Hello,World!\n'
u-head -n 5 a.txt
u-mkdir -p -v a/b/c/d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%