Category Archives: programming

Replace Space With Underscore in Filename

This is merely my personal note. I was about to rename all my files under a directory. I need to replace the space with underscore character (‘_’). My first thought was a simple bash script to do that. Apparently, it’s … Continue reading

Posted in programming, python | Tagged , , | View Comments