#!/bin/bash

find . -name '*.alog'  -print -exec ls -lh {} \;


