Skip to content

Instantly share code, notes, and snippets.

@gbirke
Created September 22, 2010 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbirke/591451 to your computer and use it in GitHub Desktop.
Save gbirke/591451 to your computer and use it in GitHub Desktop.
function findNewestFile {
FN=`find /srv/www/htdocs -name "$1" -printf "%T+ %p\n" | sort -r | cut -f 2 -d " " | head -n 1`
echo $FN
}
# copy newest robot report config
RR_CONFIG=$(findNewestFile "robotreportconfig.ini")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment