github.com/elves/elvish@v0.15.0/website/ref/unix.md (about)

     1  <!-- toc -->
     2  
     3  # Introduction
     4  
     5  The `unix:` module provides access to features that only make sense on UNIX-like
     6  operating systems, such as Linux, FreeBSD, and macOS.
     7  
     8  On non-UNIX operating systems, such as MS Windows, this namespace does not exist
     9  and `use unix` will fail. Use the
    10  [`$platform:is-unix`](platform.html#platformis-unix) variable to determine if
    11  this namespace is usable.
    12  
    13  @elvdoc -ns unix: -dir ../pkg/eval/mods/unix