Comprobar si una cadena contiene otra cadena en Bash
Tuesday, December 16, 2008 11:20Posted in category Uncategorized
string='Deckerix es el mejor del mundo'; if [[ $string == *mejor* ]] then echo "encontrado!"; fi
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
matias says:
April 9th, 2017 at 5:16 am
gracias corazon, sos el mejor <3