“La chaîne de tuyaux Linux contient” Réponses codées

La chaîne de tuyaux Linux contient

[[ $string == *foo* ]] && echo "It's there" || echo "Couldn't find"
DreamCoder

La chaîne de tuyaux Linux contient

[ $(expr $mystring : ".*${search}.*") -ne 0 ] && echo 'yes' ||  echo 'no'
DreamCoder

La chaîne de tuyaux Linux contient

# For null cmd arguments checking   
to_check=' -t'
space_n_dash_chars=' -'
[[ $to_check == *"$space_n_dash_chars"* ]] && echo found
DreamCoder

Réponses similaires à “La chaîne de tuyaux Linux contient”

Questions similaires à “La chaîne de tuyaux Linux contient”

Plus de réponses similaires à “La chaîne de tuyaux Linux contient” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code