File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 66 the behavior of aliases. Use the ` expanded ` or ` verbose ` arguments to ` history ` to see the resolved value for
77 the macro.
88* Enhancements
9+ * Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
910 * ` pyscript ` limits a command's stdout capture to the same period that redirection does.
1011 Therefore output from a command's postparsing and finalization hooks isn't saved in the StdSim object.
1112 * ` StdSim.buffer.write() ` now flushes when the wrapped stream uses line buffering and the bytes being written
1516 scroll the actual error message off the screen.
1617 * Exceptions occurring in tab completion functions are now printed to stderr before returning control back to
1718 readline. This makes debugging a lot easier since readline suppresses these exceptions.
18- * Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
1919* Potentially breaking changes
2020 * Replaced ` unquote_redirection_tokens() ` with ` unquote_specific_tokens() ` . This was to support the fix
2121 that allows terminators in alias and macro values.
You can’t perform that action at this time.
0 commit comments