diff options
author | al0115@student.uni-lj.si <al0115@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-12-11 20:07:52 +0000 |
---|---|---|
committer | al0115@student.uni-lj.si <al0115@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-12-11 20:07:52 +0000 |
commit | 1ac3ab2bb4bfbefa3dbc10bd1770392a3066f2e5 (patch) | |
tree | 4f234b6414c1b2faed73d49e763f8b0a5611f084 | |
parent | 7c7301efd8b88ef902a1b804320108c5baaa0e15 (diff) |
inserttexthere
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@31 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
-rw-r--r-- | kpov_judge/tasks/copy_rename_20_files_tail_env/task.py | 18 |
1 files changed, 18 insertions, 0 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 6b60a3e..de66564 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 @@ -16,6 +16,24 @@ V domači mapi najdeš imenik Mapa z 20 datotekami. """ } +instructios = { + 'en':u""" +Log into the system. +In your home folder you will find a directory called Folder containing 20 files. + - Rename all files replacing minus sign with the underscore + - Specify the shortest command for copying all the files located in /home/user/Folder into the folder /home/user/new + - Specify the shortest command, which will, using the grep command, +write all normal (not hidden) files containing a string "mama" located +in working directory (pwd) into file "mama.txt" while writing errors such as files in current directory being folders or symbolic links in the file called "Errors.txt" + - Specify a command, which will track the contents of /var/log/syslog +for 5s. In case it finds the entry "confusion" in syslog, print "got it". +In addition, let the program subtrack 1 from the counter every +second(5 to 1) to show the status of the tracker. + - Set the variable TEST, which will have the same value as the +variable USER + the number of variables that do not include the name +TEST, for example polz37. +} + computers = { 'malishell': { 'disks': [ |