diff options
author | gasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2016-12-29 23:43:31 +0000 |
---|---|---|
committer | gasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2016-12-29 23:43:31 +0000 |
commit | e11077772bf32f25613f4f559feee8c963ea5dda (patch) | |
tree | e770210a5e750cf323c77ffc928bdc35115feb14 /kpov_judge/tasks/copy_rename_20_files_tail_env | |
parent | 110ab9c64c408dce2345f134989f5d15bcce42ae (diff) |
Fixes to multiple tasks
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@377 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/copy_rename_20_files_tail_env')
-rw-r--r-- | kpov_judge/tasks/copy_rename_20_files_tail_env/task.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kpov_judge/tasks/copy_rename_20_files_tail_env/task.py b/kpov_judge/tasks/copy_rename_20_files_tail_env/task.py index 1388e45..e82e8ca 100644 --- a/kpov_judge/tasks/copy_rename_20_files_tail_env/task.py +++ b/kpov_judge/tasks/copy_rename_20_files_tail_env/task.py @@ -28,8 +28,9 @@ V domači mapi najdeš imenik {file_rename_dirname} z 20 datotekami. ki jo dobiš na naslovu http://localhost/{curl_fname} na malishell in število zapiši v spremenljivko $images na simpleArbiterDhcpGW v lupini, kjer poganjaš task_check.py - - V imeniku {wc_dirname} najdeš datoteko count.txt. Preštej število vrstic v njej - in rezultat zapiši v novo datoteko lines.txt v istem imeniku. + - V imeniku {wc_dirname} najdeš datoteko count.txt. Preštej število prehodov + v novo vrstico v count.txt in rezultat zapiši v novo datoteko - lines.txt + v istem imeniku. """, 'en':u""" Log into the system as student using vaje as your password. @@ -62,7 +63,7 @@ In your home folder you will find a directory called {file_rename_dirname} On simpleArbiterDhcpGW within the shell where you are running test_task.py, set the environment variable $images to this number. - In the directory {wc_dirname} there is a file called count.txt. Write the - number of lines in this file into the file lines.txt in the same + number of newlines in this file into the file lines.txt in the same directory. """ } |