I’m always searching for how to do this because I keep forgetting. So here it is, no more searching.
Category: Bash
I’ve had complex backup solutions in the past, which I wrote myself with rsync and bash. I’ve recently got sick and tired of the issues that come up now and then with them, so I decided to keep it extremely simple. So, I decided to…
I kind of get sick of my work computer dying, and then I lose some history because I forgot to exit my terminal sessions. I’ve always used the histappend feature, but this prompt command thing is great. 😀 Thank you Stack Exchange. The other benefit…
I decided to start being more active with this blog. I’ve always wanted a personal indexer for all the things I learn in Linux or software development. Might as well make this blog that index. So, you want to gzip all the log files in a…
If you use bash under unix, Linux, or Mac OS X, and you’re continually forgetting how to convert filenames with spaces to filenames without spaces, then look no further.