Search results

  1. O

    Bash Script

    Bash: Pattern Matching Given an array of strings, count the strings that contain at least one uppercase character and output the result to stdout. Example: my array=[FirstWord" "Word2" "thirdiword'] The match_uppercase function will return 2 since "FirstWord" and "Word2" each contain an...
Top