Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- echo ""
- echo Variables de entorno del sistema:
- echo ""
- echo HOSTNAME $HOSTNAME
- echo ""
- echo Variables de entorno de usuario:
- echo ""
- echo USER $USER
- echo ""
- echo HOME $HOME
- echo ""
- echo Variables locales:
- echo ""
- echo var $var
- echo Variables exportadas:
- echo ""
- echo variable_exportada $variable_exportada
- echo ""
- read -p "presione cualqueir tecla para continuar..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement