This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PIPES: | |
Download the contents of "Harry Potter and the Goblet of fire" using the command line from here? | |
solution: | |
wget https://raw.githubusercontent.com/bobdeng/owlreader/master/ERead/assets/books/Harry%20Potter%20and%20the%20Goblet%20of%20Fire.txt | |
------------------------------------------------------ | |
Print the first three lines in the book? | |
solution: | |
head -n 3 HarryPotter.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. Create the following directory structure. (Create empty files where necessary) | |
hello | |
βββ five | |
β βββ six | |
β βββ c.txt | |
β βββ seven | |
β βββ error.log | |
βββ one | |
βββ a.txt |