Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ko1nksm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ko1nksm
2y ago
The great thing about this game is that whoever knows UUoC will be the winner. cat file.txt | tr a-z A-Z | sort (loser) tr < file.txt a-z A-Z | sort (winner!)
2.
▲
by
ko1nksm
2y ago
> One of the problems with Bash is that it insists on doing bash-y things even when you tell it to act like sh. Its behaviour is a common behaviour of all sh, not just Bash.
3.
▲
by
ko1nksm
2y ago
No. No new locations added in POSIX.1-2024. https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1... POSIX omits from standardisation what is not necessary for an application to work, so that a wide ra
4.
▲
by
ko1nksm
2y ago
set -o pipefail is now POSIX compliant. Use it in all POSIX shell scripts, not just bash scripts.
5.
▲
by
ko1nksm
2y ago
No. https://www.austingroupbugs.net/view.php?id=767
6.
▲
by
ko1nksm
4y ago
Why not install bash and GNU utilities?
7.
▲
by
ko1nksm
4y ago
A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells https://github.com/shellspec/shellspec
8.
▲
by
ko1nksm
6y ago
There are platforms where bash is not available. I wonder why people who want to run it on various platforms use bash. ShellSpec ( https://shellspec.info/ ) is a POSIX compliant testing framework supports all POSIX shells (Ba
9.
▲
Show HN: An elegant option parser for shell scripts (Posix-compliant)
(github.com)
2 points
by
ko1nksm
6y ago
|
0 comments
10.
▲
Show HN: ShellSpec – Full-featured BDD unit testing framework for shell scripts
(github.com)
1 points
by
ko1nksm
6y ago
|
0 comments