I would like to create a file with every combination of letters out to 10 characters.
For example, the first few lines
a
b
c
then eventually
aa
ab
ac
then eventually
aaa
aab
aac
and so on. Finally, it will end with
zzzzzzzzzz
This will create 26^10 lines. Is there a simple way to create a file like this with some kind of loop?
Thanks in advance.
Related Posts with loop to increment a string variable
Automating command argumentHi All, I am looking for a way to automate writing a command so that it adapts if I change the cova…
Funnel plots for one arm proportion meta analysisHi, I am performing an one-arm proportion metanalysis of incidence studies. Using this command "me…
"relative improvement over chance" - modified Kappajust wondering if anyone has, or knows of, a program to calculate the "relative improvement over cha…
Non-negative continuous right-skewed (zero-inflated) panel data analysisCurrently I am using Code: xtreg, fe vce(cluster ID) in Stata/MP 14.2 with panel data with 42 entit…
Checking for Assumptions before running a fe panel data model (Data Diagnostics)Hi, I am using panel data with 820 companies across 19 years (i.e. 15580 observations) and each obs…
Subscribe to:
Post Comments (Atom)
0 Response to loop to increment a string variable
Post a Comment