Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Created August 16, 2017 13:17
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 luanpcweb/10ccb1db2d61f4b7e90895629ba82e01 to your computer and use it in GitHub Desktop.
Save luanpcweb/10ccb1db2d61f4b7e90895629ba82e01 to your computer and use it in GitHub Desktop.
Obtem data de instalação do linux na Maquina
ls -lct /etc | tail -1 | awk '{print $6, $7, $8}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment