We want to use a single ls command, with appropriate options…

We want to use a single ls command, with appropriate options, in order to list extended information about the files in our current working directory that match the following patterns: One or more zeros: e.g., 0 or 000 or 00000 or 000000 One or more ones: e.g., 1 or 11 or 1111 or 111111 Exactly 4 ones followed by 4 zeroes: i.e., 11110000 but we do not want to match any file like 0110010 or 10100 that feature another alternance of binary digits.