💻
LEANNA
  • "Hello World"
  • Discrete Fast Fourier Transform
  • mac显示隐藏文件
  • 5G冲浪
    • 上网冲浪看到的有用东西
  • Something useful...
    • Websites
  • Computer Graphics
    • Mathematical Morphology
    • GAMES101 Notes
  • OOP
    • OOP in JavaScript
  • Backend - notes
    • Setup database for websites
    • Run A PHP Server On A Mac Using Terminal
    • Run html file on localhost
  • Something useful...
Powered by GitBook
On this page

Was this helpful?

mac显示隐藏文件

让 Finder 显示隐藏文件和文件夹

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

再次隐藏原本的隐藏文件和文件夹

defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
PreviousDiscrete Fast Fourier TransformNext上网冲浪看到的有用东西

Last updated 5 years ago

Was this helpful?