dos2unix Script: How to convert DOS text into Unix text ?
Today we will see a useful script to convert DOS text into Unix text. The script will take backup of original file before making changes. And then makes the changes...
Today we will see a useful script to convert DOS text into Unix text. The script will take backup of original file before making changes. And then makes the changes...
Today in this post, we will look at various variables used in python and how to deal with them. We will understand how to deal with integers, characters, and strings...
Today we will look how to filter lowercase or uppercase letters/words from a file or string in Linux. The easiest way to achieve this task is to use tr command...