echo [9876543210] displays 1 4 5 6 … why?
Please explain why 1 4 5 6 is displayed for the last four echo statements? I hit this by accident once, but I am now curious as to why this behavior occurs. These statements work as expected (for me). $ echo [ 9876543210 ] [ 9876543210 ] $ echo [237890] [237890] These echo statements consistently … Read more