Informatics1-2019/HW2

A MathWikiből
A lap korábbi változatát látod, amilyen Gaebor (vitalap | szerkesztései) 2019. október 2., 18:03-kor történt szerkesztése után volt.
(eltér) ←Régebbi változat | Aktuális változat (eltér) | Újabb változat→ (eltér)

Tartalomjegyzék

Bash

You have to write a bash script: write commands into a file, similar like the ones in konsole. The commands should do the following:

  • Make a directory called html in the home folder (mkdir)
  • enter that directory (cd)
  • download any .html file from the internet, for example here (wget)
  • count how many lines contain the word href
  • finally, enter the parent directory (back to home folder)

script

You can try the commands in konsole, and write them in a file with extension .sh, attach the .sh file to your email.

You can execute the commands in the file at once with bash

   bash >>something.sh<<

Hint

See the manuals like:

   man cd
   man wc
   man ...

Deadline

2019. October 6th. 23:59

Points

  • If your commands fail, you get 0 points.
  • If your commands work but do something else that the task then you get 1 or 2 points.
  • Perfect solution is 3 points.
Személyes eszközök