0

Just curious:

If I'm pasting the output of some terminal processes—like the various commands one goes through to make and install a certain driver or application—into the Ubuntu Pastebin, what syntax would one choose to make it the most readable?

You know, to make it clearer when the user has issued a command and when the computer is logging events.

Is there one that will make the output as pretty as it is in Terminal?

Brad Turek
  • 139
  • 7

1 Answers1

0

Plain Text would be my choice as Syntax Highlighting is mostly used to tell apart distinct syntactical elements and the output of a command has none of these.

prolificslacker
  • 1,315
  • 10
  • 17