Awk Linux Python Sed Unix Multi-line Search And Replace February 16, 2024 Post a Comment 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
Bash Linux Python Sed Batch Rename Directories In Reverse Order February 09, 2024 Post a Comment 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
Comments Crontab Os.system Python Sed How To Tell Python Not To Interpret Hash Symbol As Comment? January 25, 2024 Post a 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?