Per Einar Ellefsen wrote:
At 11:18 07.06.2002, Stas Bekman wrote:

6) nu% (normal user)
   su# (super user)
   + looks like a prompt
   + short
   + good mnemonics, doesn't imply 'root' on machines with no 'root'
   + aligned properly
   + easily adjustable to other preferences (which is not the case
      with other presented choices):
     if you prefer to read your docs without prompts, you can simply:

      nu% find src -type f -name '*pod' \
          -exec perl -pi -e 's/(n|s)u(\%|#)\s//' {} \;
      nu% bin/build
   we can even make a special bin/build flag that will do that :)

I vote 6!


"nu" is confusing, and "su" might also be. Furthermore, the solution you're citing to build without prompts can be used for whatever prompt (but it's a good idea, can be useful!)

not for %. as it can be %foo, if the space is ommitted and definitely not for #.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to