Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Command Line Fundamentals

You're reading from   Command Line Fundamentals Learn to use the Unix command-line tools and Bash shell scripting

Arrow left icon
Product type Paperback
Published in Dec 2018
Publisher
ISBN-13 9781789807769
Length 314 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Vivek Nagarajan Vivek Nagarajan
Author Profile Icon Vivek Nagarajan
Vivek Nagarajan
Arrow right icon
View More author details
Toc

Chapter 1: Introduction to the Command Line

Activity 1: Navigating the Filesystem and Viewing Files

  1. Use the cd command to navigate to the appropriate folder and use less to read the relevant information:
    robin ~ $ cd Lesson1/data
    robin ~/Lesson1/data $ cd pinaceae/cedrus/deodara/
    robin ~/Lesson1/data/pinaceae/cedrus/deodara $ less data.txt
  2. Use the cd command to navigate the appropriate folder and view the file with less. Use the / command to search for the phrase "derives from" and read the rest of the sentence to get the answer:
    robin ~/Lesson1/data/pinaceae/cedrus/deodara $ cd ../../..
    robin ~/Lesson1/data $ cd pinaceae/abies/pindrow/
    robin ~/Lesson1/data/pinaceae/abies/pindrow $ less data.txt
  3. Navigate to the right folder and run the tree command, which reports the number of directories in it. Each directory is a species:
    robin ~/Lesson1/data/pinaceae/abies/pindrow $ cd ../../..
    robin ~/Lesson1/data $ cd taxaceae/taxus/
    robin ~/Lesson1/data/taxaceae/taxus ...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime