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

Multi-line Search And Replace

I have an unstructured file and I would like to search and replace pattern of strings. Must repla… Read more Multi-line Search And Replace

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

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?