Search *.exe in C:\Users
for /r C:\Users %a in (*.exe) do echo "%a"
Search *.exe in D:\
for /r D:\ %a in (*.exe) do echo "%a"
AIC 總經理特助 do not like keygen
Search keygen in C:\Users
for /r C:\Users %a in (*keygen*) do echo "%a"
“The command systax is “phyzone phy_index group”.” ,
此指令只能指定 PHY ID 對應到所需設定的 group。
This command set the group of PHY ID.
因應不同機種及背板 PHY ID 並不與 JBOD slot 對應;
Please note that JBOD slot number is not PHY ID number.
Pugh's original paper
ftp://ftp.cs.umd.edu/pub/skipLists/skiplists.pdf
Hacker New
https://news.ycombinator.com/item?id=1171423
Lin Wu 吳霖 (概率遊戲:Skip Lists 跳躍表)
http://www.linwu.me/Skip-List/
Skip list - Wikipedia