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
7 Reasons Why You Should Install The Fish Shell
Saturday, 27 February 2016
Perhaps what drives so many people to install Linux is that it’s so ridiculously customizable. If you don’t like how it looks, you can just install a new windowing environment. If you don’t like how your terminal works, you can change that by installing a new shell. There are a lot of different shells you
- Published in Malika Karoum Global News