Changes

Jump to navigation Jump to search
151 bytes removed ,  00:53, 27 March 2015
Line 37: Line 37:  
==== if ====
 
==== if ====
 
<source lang="bash">
 
<source lang="bash">
#!/bin/bash
  −
if [ "foo" = "foo" ]; then
  −
    echo expression evaluated as true
  −
else
  −
    echo expresion evaluated as false
  −
fi
  −
  −
#Condicional con variables
   
#!/bin/bash
 
#!/bin/bash
 
T1="foo"
 
T1="foo"

Navigation menu