#!/bin/sh -x a='hallo' b=42 for f in *; do file "$f" done