Write a python script that will iterate through all Folders , and will show all files in the Folder that start with the Pattern EAPOxxxxx.AUF. will read the inhaly of this .AUF from position 7 to 14, and based if this result , show the resul in a table
import os import re import sys import glob import shutil import subprocess import argparse import time import datetime import logging import logging.handlers import ConfigParser import json import traceback import multiprocessing import threading import Queue import signal import atexit import shlex import glob import traceback