Ad

Thursday, August 2, 2018

Bash - Command Line productivity for developers

Bash can improve developer productivity. It is available on Mac via terminals. Developers can use bash to write build scripts, enhance dev productivity, use curl to visit and process websites, interact with file systems, modify files, pipe outputs into files.
  • ~ current directory
  • pwd command to show current working directory
  • cd change current directory command
  • ls list files commands
  • ls -l list file with long flag to display detailed info on access, directory, owner, date, file name
  • ls -a list hidden file command
  • . current working directory
  • .. parent working directory
  • cd .. to go up a directory
  • Vim is a text editor in bash

More reading
- http://lifehacker.com/5633909/who-needs-a-mouse-learn-to-use-the-command-line-for-almost-anything

No comments:

Post a Comment

React UI, UI UX, Reactstrap React Bootstrap

React UI MATERIAL  Install yarn add @material-ui/icons Reactstrap FORMS. Controlled Forms. Uncontrolled Forms.  Columns, grid