Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'How to change SMB printer passwords' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
How to change SMB printer passwords
Authored by: krzysiek on Apr 02, '07 08:09:44AM
The Vim command should read:
      :1,$s/old_pass/new_pass/g
or, the short way ;)
      :%s/old_pass/new_pass/g


[ Reply to This | # ]