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, duration hours minute second in high quality that is uploaded to the channel Dev Material 10 October 2018. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 169 times and liked it 7 visitors.