#!/bin/bash find . -name \*.hrc > filelist_hrc.txt find . -name \*.src > filelist_src.txt find . -name \*.po > filelist_po.txt find . -name \*.pot > filelist_pot.txt find . -name \*.tree > filelist_tree.txt find . -name \*.ulf > filelist_ulf.txt find . -name \*.xcu > filelist_xcu.txt find . -name \*.xhp > filelist_xhp.txt find . -name \*.xrm > filelist_xrm.txt find . -name \*.properties > filelist_properties.txt