diff options
Diffstat (limited to 'kpov_judge')
-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': [ |