mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 07:21:21 +08:00
426 B
426 B
Introduction
The unix:
module provides access to features that only make sense on UNIX-like
operating systems, such as Linux, FreeBSD, and macOS.
On non-UNIX operating systems, such as MS Windows, this namespace does not exist
and use unix
will fail. Use the
$platform:is-unix
variable to determine if
this namespace is usable.
@elvdoc -ns unix: -dir ../pkg/eval/unix