Skip to content

Instantly share code, notes, and snippets.

@coderofsalvation
Created January 28, 2014 11:21
Show Gist options
  • Select an option

  • Save coderofsalvation/8665966 to your computer and use it in GitHub Desktop.

Select an option

Save coderofsalvation/8665966 to your computer and use it in GitHub Desktop.
returns a rss date format
# returns a rss date format
# usage: echo "$(rssdate)"
rssdate(){
date -R
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment