都应该是一个吧
#for example, all these files are in the current directory.#!/bin/shfor f_name in "`ls`"doecho "#$f_name#"done