diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-03-03 00:17:36 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-03-03 00:17:36 -0600 |
| commit | f7af740cf2bccde2e6edbac31a0182fafe05d25e (patch) | |
| tree | e110bdaee77f97d6dd4931e8daa28b77e19e1f63 /README.md | |
| parent | 1b8967ea87c63342f03c340d44a084ea7f62cae9 (diff) | |
pipes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -23,13 +23,15 @@ Going to try and make it mostly POSIX compliant. - [x] single quotes - [x] pop quotes a'b'c -> abc - [ ] prompt uses PS1 - - [ ] pipes | + - [x] pipes | - [ ] && - [x] ; - [ ] vi mode - - [ ] redirections > < + - [ ] redirection > + - [ ] redirection < - [ ] append >> - [ ] heredoc << - [ ] & +- [ ] Env="something" ... executable args - [ ] rcfile - [ ] rcfile in config dir |
