Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 434 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 434 Bytes

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