From 1ac3ab2bb4bfbefa3dbc10bd1770392a3066f2e5 Mon Sep 17 00:00:00 2001 From: "al0115@student.uni-lj.si" Date: Thu, 11 Dec 2014 20:07:52 +0000 Subject: inserttexthere git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@31 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414 --- kpov_judge/tasks/copy_rename_20_files_tail_env/task.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'kpov_judge/tasks') 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': [ -- cgit v1.2.1