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!)



-- Per Einar Ellefsen [EMAIL PROTECTED]



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



Reply via email to