File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 55 * History now shows what was typed for macros and not the resolved value by default. This is consistent with
66 the behavior of aliases. Use the ` expanded ` or ` verbose ` arguments to ` history ` to see the resolved value for
77 the macro.
8+ * Fixed parsing issue in case where output redirection appears before a pipe. In that case, the pipe was given
9+ precedence even though it appeared later in the command.
10+ * Fixed issue where quotes around redirection file paths were being lost in ` Statement.expanded_command_line() `
811* Enhancements
912 * Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
1013 * ` pyscript ` limits a command's stdout capture to the same period that redirection does.
You can’t perform that action at this time.
0 commit comments