Answers for "display hidden directories on mac command line"

1

how to view hidden files in mac terminal

defaults write com.apple.finder AppleShowAllFiles YES
Posted by: Guest on June-12-2020
1

mac show hidden files in terminal ls

if on terminal : > ls -a 
on finder command + shift + .
Posted by: Guest on February-15-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language