In this post, I plan to remove the leading and trailing white spaces or tab characters from the file. Let's see the original file.[root@localhost ~]$… Read More »How to Trim Both Ends of Lines
In this post, I will introduce 3 ways to remove blank lines in files. Let's see the original file in this example first.[root@localhost ~]$ cat… Read More »3 Ways to Remove Blank Lines on Linux