User Tools

Site Tools


informatica:linux:script

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
Next revisionBoth sides next revision
informatica:linux:script [2019/06/17 10:16] joseinformatica:linux:script [2019/08/31 16:19] jose
Line 349: Line 349:
 En bash: En bash:
   let i=$i+1   let i=$i+1
 +
 +  expr 1 + 1
 En sh: En sh:
   i=$(($i + 1))   i=$(($i + 1))
Line 790: Line 792:
 ====== Poner fecha en historial history ====== ====== Poner fecha en historial history ======
 export HISTTIMEFORMAT='%d/%m/%Y %H:%M:%S: ' export HISTTIMEFORMAT='%d/%m/%Y %H:%M:%S: '
 +
 +====== Salir terminal sin grabar history ======
 +  kill -9 $$
  
 ====== Unixtime ====== ====== Unixtime ======
informatica/linux/script.txt · Last modified: 2024/04/19 07:00 by jose