简单的脚本测试 要求 Write a script to process text input and return one of the following depending on arguments: The NUMBER of words that start with "M" or "m". Count All the words longer than 5 characters. --- HINTS Any scripting language is suitable. Python or Bash is preferred. Scripts are often combined to form pipelines; don't assume that input might come only from a file. Make sure you implement this