Find changed files

This is a very small script but it makes it a lot easier to find that file you were just working on but you can’t remember where you saved it to or what it was named (It really has happened to me a few times!) #!/bin/bash if [ $# -ne 1 ]; then echo “usage: … Continue reading Find changed files