Skip to content

Instantly share code, notes, and snippets.

View greeshma109's full-sized avatar
🎯
Focusing

Greeshma Cherukuri greeshma109

🎯
Focusing
View GitHub Profile
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
. Create the following directory structure. (Create empty files where necessary)
hello
β”œβ”€β”€ five
β”‚ └── six
β”‚ β”œβ”€β”€ c.txt
β”‚ └── seven
β”‚ └── error.log
└── one
β”œβ”€β”€ a.txt