From 9a4a0fc127db7d81aacf297c3e2cfbdb1fbc2817 Mon Sep 17 00:00:00 2001 From: "zk7052@student.uni-lj.si" Date: Mon, 19 Jan 2015 21:45:25 +0000 Subject: 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 --- kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpov_judge/tasks/copy_rename_20_files_tail_env/howtos/en') 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 @@

Instructions

    -
  1. Log into your system and in your home folder you will find a directory called Mapa containing some 20 files.
  2. +
  3. Log into your system and in your home folder you will find a directory called Mapa containing 20 files.
  4. Rename all files, by replacing all minus signs with underscores using the command: "rename 's/-/_/' *".
  5. 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"
  6. 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".
  7. -- cgit v1.2.1