Useful commands in bash and vi
Vi:
:%s/\s+$//e Sometimes Betty white space errors can be frustrating, especially when you haven't even figured out what the hell is wrong with your code. The vi command above clears all unnecessary white space from your code.
Copying and pasting i...
snowcodes.hashnode.dev7 min read