In linux you can omit the extension, so just 'sudokutrainer' or sudoku-t or something like this is in fact a better choice to type (sorry, 'sudoku', 'sudo' and 'su' are already caught). Shorter is better
to start an executable in a terminal you can simply open a terminal, go to the directory and wrote:
dot-slash-executablename
$ ./sudokutrainer
Is the easier way. You can put the program in some place like /usr/local/bin also, export the path, and avoid the need to wrote dot-slash, (you are just saving to type two characters). Of course you need to specify before that the program is executable by "everybody" with:
# chmod a+x sudokutrainer
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.