mirror of
https://github.com/junegunn/fzf
synced 2026-06-09 10:03:17 +00:00
c166eaba6d
Solaris awk at /usr/bin/awk is meant for backward compatibility with an ancient implementation of 1977 awk in the original UNIX. It lacks many features of POSIX awk. To use a standard-conforming version in Solaris, one needs to explicitly use /usr/xpg4/bin/awk.