Unix Commands I Use as a Software Developer

When I discussed how the unix commands I learned in college translated over to the real world, y’all wanted to know more about the unix commands I use on a day-to-day basis. In this video, I discuss just that. I also announce the winner of the 50k keyboard giveaway! List of Commands - cd (.. & ~) - ls - mkdir - rmdir - clear - history - git (when not in eclipse/VS) push, pull, fetch, merge, branch, stash - lsof(to check ports) - npm start - ./gradlew build - ./gradlew bootRun -Pdev - ctrl z (not a com
Back to Top