PyCoreutils is a pure Python implementation of various standard UNIX commands, like 'cp', 'ls' and 'gzip'. It also contains sh.py, a shell-like environment which will make Unix-users feel right at home on the Windows command-prompt.
Now why you wanna go and do that?
1. Fun!
2. Have a Linux-like shell environment in Windows.
3. Create a Python-only Linux distribution.
Install
To install the last stable version, use:
pip install pycoreutils
or
easy_install pycoreutils
To install the latest development code, try:
pip install bzr+http://bazaar.launchpad.net/~hanz/pycoreutils/trunk
List of available commands
* arch
* base64
* basename
* bunzip2
* bzip2
* cat
* cd
* chown
* chroot
* cp
* dirname
* env
* false
* gunzip
* gzip
* httpd
* id
* kill
* ln
* logger
* ls
* md5sum
* mkdir
* mktemp
* mv
* pwd
* rm
* rmdir
* sendmail
* seq
* sha1sum
* sha224sum
* sha256sum
* sha384sum
* sha512sum
* shred
* shuf
* smtpd
* sleep
* sort
* tee
* touch
* uname
* wget
* whoami
* yes
* zip
Product's homepage
Requirements:
· Python