MakeUseOf: Fix HTML Formatting Using Simple Shell Scripting

MakeUseOf: Fix HTML Formatting Using Simple Shell Scripting . “If you often write HTML in an editor and then paste into WordPress, you’ll notice that sometimes annoying formatting tags (like tags) are added. Using simple shell scripts, you can automatically clean up that garbage HTML formatting with a few simple commands. Why use shell scripting? If you’re new to programming, it’s much, much better to start small. Not only are you less likely to give up, but you’ll have opportunities to stop and learn along the way. That said, your first programs can be really useful even if they’re also really simple.” A gentle introduction if you’re pretty computer savvy but don’t know a lot about shell scripting.