On Wed, Feb 13, 2013 at 06:06:43PM -0500, Lawrence Velázquez wrote: > > Please, is there a canonical way, may be a font, for write UNIX commands > > among normal text? > But there's no canonical (or even particularly common) way to do this.
Something you see a lot is marking prompts with "$>" or some other character combination to denote that the line was typed by the user. The hash (#) often represents super-user commands, while the dollar sign is used for standard user commands, e.g.: $> sudo -s Password: #> id uid=0(root) gid=0(wheel) groups=0(wheel),80(admin) #> exit $> -- Clemens Lang _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
