How to make everything lowercase using VI
August 13, 2009
Want to make everything lowercase using VI? Here’s how to do it:
:%s/.*/\L&/
You can make everything uppercase by swapping in \U for the \L
Software, Drums, Health, and Poker
Want to make everything lowercase using VI? Here’s how to do it:
:%s/.*/\L&/
You can make everything uppercase by swapping in \U for the \L