forked from Proxmox/ProxmoxVE
4cf374242d
- Trim whitespace, skip empty tokens and reject non-numeric input so a malformed selection no longer feeds garbage into `sed -n "<index>p"`. - Reject reversed ranges (start greater than end) with a clear message. - Replace `grep | wc -l` with `grep -c` (ShellCheck SC2126).