lxsh/test/braceexp.bash
2021-12-20 15:59:42 +01:00

8 lines
126 B
Bash

#!/usr/bin/bash
echo tot{a,o,i}
echo {1..10}
echo {0..10..2}
echo {1..10..2}
echo tot{a,o,i}{1..3}tata
echo :{{a..z},{A..Z}}