Blog
Git: Changed File Names With Certain Extension
For example, how to find changed PHP files between latest and the commit before it: 1 git diff --name-only HEAD~1 HEAD '**/*.php'
March 17, 2024
Copy files in Linux
How to copy files with Linux command-line tools.
Install fonts in Linux
Copy the fonts files to ~/.local/share/fonts/. Then, run fc-cache to rebuild fonts cache. fc-cache -fv