Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What you'll learn


A beginner guide to Linux and Bash Terminal. You will learn essential commands, navigation, and basic scripting.

Prerequisites: None


Tutorial


Widget Connector
width560
urlhttps://www.youtube.com/watch?v=Nq3y75Wf6v0
height315

Ubuntu sandbox:

https://www.katacoda.com/courses/ubuntu/playground1804

Command to download the dataset (shortened URL for convenience):

Code Block
wget 'https://bit.ly/3fP34uO' -O reviews.zip

Important commands not mentioned in the video:

Code Block
cd ../

(navigate to a parent directory)