Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Created January 7, 2015 05:49
Show Gist options
  • Select an option

  • Save jeremyfelt/b374a195f56a593b7e35 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyfelt/b374a195f56a593b7e35 to your computer and use it in GitHub Desktop.
Jeremys-MacBook-Air-3:vvv jeremyfelt$ vagrant ssh
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-39-generic x86_64)
[...snip...]
  System information as of Wed Jan  7 05:44:54 UTC 2015
[...snip...]
vagrant@vvv:~$ cd /srv/www/wordpress-develop/
vagrant@vvv:/srv/www/wordpress-develop$ wp shell
wp> date( 'Y-m-d H:i:s', time() );
string(19) "2015-01-07 05:48:20"
wp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment