summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en/index.html')
-rw-r--r--kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en/index.html b/kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en/index.html
index 6f56e19..b1008cc 100644
--- a/kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en/index.html
+++ b/kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en/index.html
@@ -7,7 +7,7 @@
<h2>Instructions</h2>
<h2><ol>
- <li>Log into your system and in your home folder you will find a directory called Mapa containing some 20 files.</li>
+ <li>Log into your system and in your home folder you will find a directory called Mapa containing 20 files.</li>
<li>Rename all files, by replacing all minus signs with underscores using the command: "rename 's/-/_/' *".</li>
<li>Remove all files from /home/user/mapa/mojimenik into /home/user/novi using command: "mkdir-p /home/user/novi && mv /home/user/mapa/mojimenik/* /home/user/novi"</li>
<li>Write all regular files containing a string "mama" into file "mama.txt", and all errors in file "napake.txt" by using: "find . -type f | grep mama 1> mama.txt 2> napake.txt".</li>