Taiyi dev

Notes

Command Line

Move

Type

Search

Kill process running port

lsof -i:3000
kill <PID>

目錄大小

du -sh <path>

Library

ripgrep

brew install ripgrep

usage:

rg <word>

Reference

;