# Directory & File Structure A visual guide to the main folders and files in Elvis. ## Visual Tree ```text elvis/ bin/ elvis.sh lib/ ... (AWK, SED, and shell scripts) etc/ elvisrc srv/ urls.txt, ua.txt, company_history.txt var/ log/, spool/, temp/ docs/ ... (tutorials, guides, images) tests/ ... (test scripts and fixtures) home/ calllist.txt ``` ## Key Files - `bin/elvis.sh`: Main entrypoint - `etc/elvisrc`: All configuration - `lib/`: Extraction, processing, validation scripts - `srv/`: Seeds, user agents, company history - `var/`: Logs, spool, temp files - `docs/`: Documentation and images - `tests/`: Test harness and fixtures - `home/calllist.txt`: Output file --- [Back to Wiki Home](Home.md)