Searching a book with shell
There is a copy of Charles Dickens's infamous 'Tale of Two Cities' in your home directory called two_cities.txt
.
Use command line arguments such as cat
, grep
and wc
with the right flag to count the number of lines in the book that contain either the character 'Sydney Carton' or 'Charles Darnay'. Use exactly these spellings and capitalizations.
Diese Übung ist Teil des Kurses
Introduction to Bash Scripting
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
