#! /bin/bash set -f echo "Display all text files" ls *.txt set +f