You do not say what operating system is installed on those two computers. If you use Windows, you can go to the window's header and right-click on it and select Properties. It should be under the Font tab. Finally, when you click on OK, it will ask you if you want to make these changes for this window only or if you want these settings to apply every time for all shell windows.

I like to use the bold large text too, so I changed the font size so that the shell window fills up the whole screen.

If your question is about configuring the syntax highlighting within your text editor so that shell commands (the text within ``) would display in bold, then again, we would need to know which text editor you're using. You didn't mention it. I use Notepad2 in which I Just go to View menu >> Custom Schemes >> Perl Script >> Backticks. And then I enter this: "fore:#FFFFFF; bold;" without the quotes which makes the text appear in bold white letters.

Edit: I just read the comments, and I noticed that you're asking about a Linux system. Sorry. Just ignore my comment. How do I delete what I wrote here? There's an Edit option, but there's no Delete.


In reply to Re: CPAN shell command formatting by harangzsolt33
in thread CPAN shell command formatting by hda

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.