When I want to ask question on linux platfrom, I would always need to provide the screenshot of current shell.But taking snapshot,uploading, linking costs much, is there any command to extract text directly from the current shell?
thanks.
|
2
|
|||
|
|
|
|
You could just use the script command. Taken from the manual:
Example (information in typescript file):
|
||
|
|
|
If you need more than what's on the current screen, use
Using "copy mode", you can select a block of text and get a hardcopy like this:
Your terminal's output is now in |
||||
|