summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en
diff options
context:
space:
mode:
authorzk7052@student.uni-lj.si <zk7052@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2015-01-19 21:45:25 +0000
committerzk7052@student.uni-lj.si <zk7052@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2015-01-19 21:45:25 +0000
commit9a4a0fc127db7d81aacf297c3e2cfbdb1fbc2817 (patch)
tree8367998b650bfb6dee4ba16bd309e90d8a8d7f0f /kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en
parent3a8eab88dcc372816e2b984cad715eaeedaf0422 (diff)
Popravljene slovnicne napake pri nekaterih taskih, pri nekaterih je bilo vse ok in pri ostalih pa so manjkale instrukcije oz. howto in ni bilo kaj za pregledat.
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@213 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en')
-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>