#!/bin/bashargs="$#"regexp="c\>"if [ $args = 1 ]; then if [[ $1 =~ $regexp ]]; then echo "Resultado: $1" fifi
#!/bin/bash args="$#"regexp="c\>" if [ $args = 1 ]; then if [[ $1 =~ $regexp ]]; then echo "Resultado: $1" fifi