Fix HTML Formatting Using Simple Shell Scripting
Thursday, 28 September 2017
If you often write HTML in an editor and then paste into WordPress, you’ll notice that sometimes annoying formatting tags (like <span> 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
- Published in Malika Karoum Global News
No Comments
What Is Shell Scripting and Why You Should Use It
Thursday, 07 September 2017
The shell is a program within a Linux or Unix operating system which allows you to enter commands for execution by the system. When a terminal window is opened on a linux computer, it starts the shell program which presents an interface to enter commands. This interface is known as the command line interface. When
- Published in Malika Karoum Global News
5 Reasons You Should Use PowerShell Instead of Batch Scripting
Thursday, 09 February 2017
Most users have never heard of PowerShell, let alone touched it and tried it out. This is perhaps because of the name, which sounds like something only used by hardcore IT geeks. Or perhaps because the benefits of PowerShell are unclear. Maybe it’s because of the initial learning curve. Truth is, yes, most casual computer
- Published in Malika Karoum Global News