ShellScript
[shellscript] 디렉토리 안의 파일 보기
tenn
2014. 3. 2. 00:21
for f in `ls`; do
echo "File -> $f"
done
http://superuser.com/questions/31464/looping-through-ls-results-in-bash-shell-script