Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sed

Batch Rename Directories In Reverse Order

I have a bunch (more than 700) directories that are named in the following manner 1 - *random*name*… Read more Batch Rename Directories In Reverse Order

Python Remove Phone Numbers From String

I have a text file that looks like this: rgf34 | 9 | 2015-07-20 | hello this is my number 123456789… Read more Python Remove Phone Numbers From String

How To Tell Python Not To Interpret Hash Symbol As Comment?

I wanted to turn on and turn off crone job from os.system command written in python. Basically, usi… Read more How To Tell Python Not To Interpret Hash Symbol As Comment?

Multiple Regex Replacements Based On Lists In Multiple Files

I have a folder with multiple text files inside that I need to process and format using multiple re… Read more Multiple Regex Replacements Based On Lists In Multiple Files