top of page
Search

Mac Useful Commands

  • Writer: Kiazsoft
    Kiazsoft
  • Dec 29, 2020
  • 1 min read

Show hidden files in Finder

Command + Shift + .

 
 
 

Recent Posts

See All
Git

Removing file from all history. git filter-branch --force --index-filter \ "git rm --cached --ignore-unmatch PATH-TO-FILE" \...

 
 
 
MongoDB

Mongo Sample find query db.getCollection("user").find( { "username" : "kia" }, {//projections "username": 1.0, //1.0 means include...

 
 
 
Expo for React Native

Install expo-cli. If on Mac you get any permission errors then run as sudo npm install expo-cli --global Create expo project expo init...

 
 
 

Comments


©2022 KIAZSOFT CONSULTING INC

bottom of page