Adding 4 digit variable number to Name wordlist
#4
(11-30-2017, 10:18 PM)philsmd Wrote:
Code:
for i in {1722..2017}; do echo $i | sed 's/\(.\)/\$\1 /g'; done > rules/add_year.rule

It seems your code is quite a smart automatic way to creat add_year rules ,but where and how should I run your code?
paste to cmd or elsewhere?
Sorry for newbie thoughts.


Messages In This Thread
RE: Adding 4 digit variable number to Name wordlist - by DKblue - 12-05-2017, 06:51 AM