User Tools

Site Tools


informatica:linux:bash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:linux:bash [2013/07/03 09:02] – external edit 127.0.0.1informatica:linux:bash [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 69: Line 69:
  
 3. Grabar y salir 3. Grabar y salir
 +
 +
 +===== Colorear Línea de Comandos =====
 +
 +echo -en '\033[42m\033[43m'hola`tput sgr0`
 +
 +https://lh3.googleusercontent.com/-c9dZQIsNe-M/UT8f4IqjEbI/AAAAAAAAO9Y/01hoRL6NhXs/s485/bash_colors.png
 +
 +rojo
 +  echo -en '\033[1;37m\033[41m'rojo`tput sgr0`;echo
 +
 +verde
 +  echo -en '\033[1;37m\033[42m'verde`tput sgr0`;echo
 +
 +azul
 +  echo -en '\033[1;37m\033[46m'azul`tput sgr0`;echo
 +
  
 ===== Logs ===== ===== Logs =====
informatica/linux/bash.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1