Skip to content

duyixian1234/u-coreutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

u-coreutils

CI

GNU coreutils implementation with Python 3.8

Tools

✔ cat

✔ echo

✔ head

✔ mkdir

✔ false

✔ base64

✔ factor

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
u-false
u-base64 -w 100  a.txt
u-factor 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages