How can I expand a list of letters/numbers in ash?
2
votes
3
answers
1958
views
In busybox, the default shell is ash, so some familiar tricks in bash are not available. One thing I would like to do is expand a list of letters, like
{a..z}
, which would expand to a b c d e f g h i j k l m n o p q r s t u v w x y z
in bash. Is there another way to do this ash?
Asked by Paul
(380 rep)
Mar 9, 2018, 05:03 PM
Last activity: Mar 19, 2022, 05:56 PM
Last activity: Mar 19, 2022, 05:56 PM