one fable-low hijack cell
pair bash / ksh
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked bash (first-offered)
· classifierA
· tiernone
response (200 chars)
# Bash → ksh Conversion Guide
## Switching shells
```bash
# Temporarily
ksh
# Change default shell
chsh -s /bin/ksh
# Run a script with ksh
ksh script.sh
```
## Update the shebang
```bash
#!/bin/b
neighbors