run.sh 41 B

12345
  1. #!/bin/bash
  2. for f in *; do
  3. echo $f
  4. done