cmder
cmder copied to clipboard
Question: Is there a way to get the output of the last command?
Question
I know this might be a silly question, but, is there a way to achieve the following?
λ command1
# command1 output
λ <shortcut_or_command>
# command1 output
Where shortcut_or_command
would be what I'm looking for, a way to retrieve the last output (not the last exit code, just the last output).
I found a shortcut named "Show alternative console buffer (last command output)", but I don't know what it does.
Thanks!
Checklist
- [X] I have read the documentation and made sure what I'm looking for isn't present, or is unclear.
- [X] I have searched for similar issues, and either this question wasn't asked before, or I didn't find any that describe my question.