fun with the tr command

######################################################### tr is the translate program in UNIX. try this command: echo njdsptpgu tujolt | tr b-z a-y ----------------------------------------------------- it should produce: microsoft stinks ----------------------------------------------------- now try this one! echo Jftvt mpwft zpv! | tr b-z a-y #########################################################