-
Simply food for thought as I test your library :-)
1. The argument to short options [MUST](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html) be preceded by whitespace -- in …
-
I'm trying to figure out how to pass an array as an argument to the command.
And I created a statement when elvish is hanging. And the only way is `kill -9` from somewhere.
```
❯ var x = [a b c…
-
by default `time` reports two decimal digits. this is controlled by the variable `TIMEFORMAT`. changing the latter to, e,g, ` TIMEFORMAT=$'\nreal\t%3R\tuser\t%3U\tsys\t%3S'` enforces reporting of 3 de…
jghub updated
4 years ago
-
> Just perceived that this code won't work on dash just because ``trap`` on POSIX faithful implementations doesn't have access to variables nor functions declared on the code; in other words, it seems…
-
I'm not sure if pdksh and/or mksh are 100% parseable with a basic ksh93 parser. But if they are, then we can safely lint these scripts as well.
-
### Steps to reproduce
1. use parameter expansion to add `#` into a string
1. then (optionally) echo a `}`
![tweak_hash_in_string](https://user-images.githubusercontent.com/6985117/212314970-34…
-
Refine it enough so that it is readable and understanble. The specs will of course evolve through the project, but they need to be here as a starting point.
-
I use this in zsh, but would like it in kornshell as the
>```sh
> eval "$(zoxide init posix --hook prompt)"
>```
is a little janky
k2662 updated
2 months ago
-
**Description of problem:**
`ksh` crashes when attempting to establish a TCP connection with `exec` under certain situations.
**Ksh version:**
`Version A 2020.0.0-beta1-166-g1025e369`.
**How r…
-
Reproducer:
```sh
echo ""
```
Actual output:
```
```
Expected output:
```
```
Previous report/discussion for ksh2020: https://github.com/att/ast/issues/1479
~~According to @stephane-c…