xonsh.xoreutils¶

xonsh.xoreutils.cat

Implements a cat command for xonsh.

xonsh.xoreutils.echo

Implements a simple echo command for xonsh.

xonsh.xoreutils.pwd

A pwd implementation for xonsh.

xonsh.xoreutils.tee

A tee implementation for xonsh.

xonsh.xoreutils.tty

A tty implementation for xonsh

xonsh.xoreutils.ulimit

An ulimit implementation for xonsh.

xonsh.xoreutils.umask

Implements a umask command for xonsh.

xonsh.xoreutils.uname

Provides a cross-platform way to figure out the system uname.

xonsh.xoreutils.uptime

Provides a cross-platform way to figure out the system uptime.

xonsh.xoreutils.util

Assorted utilities for xonsh core utils.

xonsh.xoreutils.which

Implements the which xoreutil.

xonsh.xoreutils.yes

An implementation of yes for xonsh.