-
https://ksh7.com/link/
我的Blog資料 Blog 名字: ksh Blog 地址: https://ksh7.com/ Blog 頭像: https://t.cn/A6ZIn3XJ Blog 簡介: Life Oriented Programming 如果需要交換友鏈,請留言
-
I've been experimenting with implementing fzf history search, and found the following error if fc is called with an invalid argument. I've put in as close as I can get to a minimal example below. Call…
-
In [ksh(1)](http://man.openbsd.org/ksh#whence) (and possibly other shells), `whence` is a built-in command that behaves similarly to POSIX's `command` built-in.
I doubt this merits a name-change, b…
-
#### Operating system and version:
RHEL9, Ubuntu using ksh as the login shell
Remediation is to change the use of "`local`" for setting variables and replace with "`typeset`"
#### How did…
-
## Description
With the release of `stevehipwell/nexus3` Helm chart 5.0.0, Deployments are no longer supported, and only StatefulSets are available. This change impacts our existing setup, where we…
-
**Description of problem:**
commit c99e9ff13e8fc1bf46127e6f28d0f0bde16ffda0 is currently the basis for a brand new "ksh-devel" package thankfully provided by MacPorts for OSX users. when installed …
jghub updated
4 years ago
-
#### Operating system and version:
MacOS X 10.14.6
#### `nvm debug` output:
```sh
-ksh[2354]: local: local can only be used in a function
-ksh[2369]: local: local can only be used in …
-
Device: Pixel 6a
OS: Android 14 (GrapheneOS)
The first article I tried to read loaded instantly but after that it just started doing this.
https://github.com/ksh-b/raven/assets/89107446/3e505820-c3…
-
## New Issue Checklist
- [x] Using the latest version of azohra/shell-linter
- [x] Able to reproduce error multiple times
- [x] Provided information about the bug
- [x] Attached additional infor…
-
Using braces inside `${ ...; }` command substitution sometimes causes some `` `{' unmatched `` errors:
```
$ ksh -c 'echo ${ echo {a.b}; }'
ksh: syntax error at line 1: `{' unmatched
$ ksh -c 'e…