- ~ 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