Bash Terminal Commands For Beginners

Published: 10 October 2018
on channel: Dev Material
169
7

This video is going to go over the basic bash terminal commands. The bash terminal is an essential tool for a developer, ad it significantly improves workflow and is a great way to interact with your computer. Here are some of the commands we're going over:

`$ pwd` - Display path of current directory
`$ cd (directory)` - Change directory
`$ cd ..` - Navigate to parent directory
`$ ls` - List directory contents
`$ mkdir (directory)` - Create a new named directory
`$ touch (file)` - Create a new named file
`$ clear` - Clear the console
`$ rm (file)` - Delete a file
`$ rm -r (directory)` - Delete a directory
`$ rm -f (file)` - Force delete a file ( -rf for directory )
`$ (app) .` - Open directory with app
________________________

** Buy me a Coffee: https://ko-fi.com/w7w5kojw

** Web Hosting: https://www.bluehost.com/track/devmat...


Watch video Bash Terminal Commands For Beginners online without registration, duration hours minute second in high quality. This video was added by user Dev Material 10 October 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 169 once and liked it 7 people.