#!/bin/bash for f in `ls`; do echo "File -> $f" done