3.7 The chapter test



  1. Show files which name has string "a?c" in /etc directory. '?' means a single character.

  2. What is the regular expression which search files whose file name's length is 4 in /usr/bin ?

  3. What is the regular expression which search command files which starts with x and ends with b, in /usr/bin ?


Previous Next