u-coreutils 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