- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
Name
“coreutils” is short for core utilities which is the common name for the basic set of userspace utilities needed for a system to run.
qi(1)
: The qi shell
I like single quotes being the way to literal-ize strings, i.e., "$(cat)"
is expanded to the output of cat
but '$(cat)'
is literally $(cat)
.
qi(1)
: The qi shell
Thoughts on this? https://drewdevault.com/2023/07/31/The-rc-shell-and-whitespace.html
WIP: added tao te ching fortune file courtesy of A. Charles Miller
Binaries have preset names when
argv[0]
is an empty string
Change mentions of POSIX utilities in man pages to the 1p section
qi(1)
: The qi shell
The name is changed because Trinity and I verbally discussed a shorter name to match the short and simple vibe of /bin/sh
. In the future we may consider an interactive shell that wraps qi(1)
…