待整理

Everything database Magic ESDb Version

>https://www.voidtools.com/support/everything/db/ DB This is very basic description and is likely to change... Since the database is just a cache of the NTFS mft with some volume information, it ca

Git提交空文件夹的技巧

原理是在每个空文件夹新建一个.gitignore文件,然后提交。find . -type d -empty -exec touch {}/.gitig