macOS tips and tricks
macOS tips and tricks
macOS commands # on bash / zsh shell du -hsx .[^.]* | grep vscode sam@SamsMacBookPro ~ % du -hsx .[^.]* | grep vscode 1.5G .vscode The du utility displays the file system block usage for each file argument and for each directory in the file hierarchy rooted in each directory argument. If no file is specified, the block usage of the hierarchy rooted in the current directory is displayed.