Informatics1-2017/HW1

A MathWikiből
(Változatok közti eltérés)
Kkovacs (vitalap | szerkesztései)
(Új oldal, tartalma: „Send the commands that accomplish these tasks (rules for handing in your homework). * Download the text file <tt>williamblake.txt</tt> …”)
Újabb szerkesztés →

A lap 2017. szeptember 11., 20:40-kori változata

Send the commands that accomplish these tasks (rules for handing in your homework).

  • Download the text file williamblake.txt from http://math.bme.hu/~kkovacs/info1/williamblake.txt.
    • wget
  • Count how many characters it has.
    • wc
  • Find the lines containing is.
    • grep
  • Count the lines containong and.
    • grep, wc, pipe
  • Write to a file named the.txt all the lines containing the word the.
Személyes eszközök