You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 34 Next »

What you'll learn


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

Prerequisites: None


Tutorial


Ubuntu sandbox:

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

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

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

Important commands not mentioned in the video:

cd ../

(navigate to a parent directory)


  • No labels