the tr command

######################################################### tr - translate program in UNIX. try this command: echo njdsptpgu jt tmpx | tr b-z a-y ----------------------------------------------------- it should produce: microsoft is slow ----------------------------------------------------- try this one! echo Jftvt mpwft zpv! | tr b-z a-y notice that the tr command only translates lower case. #########################################################