1: 2: 3: 4: 5: 6: 7: 8:
#!/bin/bash if [ $# -ne 1 ] then echo "Usage: $0 [port num]" exit 1 fi monitor-edid -vbe-port $1 >filename$1.txt 2>&1