~ubuntu-branches/debian/lenny/suomi-malaga/lenny

« back to all changes in this revision

Viewing changes to ohjeet/taivutusmuoto.sh

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2008-04-29 22:39:14 UTC
  • mfrom: (1.2.1) (3.1.5 hardy)
  • Revision ID: package-import@ubuntu.com-20080429223914-0mle7xteyjuxgjc0
Tags: 1.1-1
* New upstream release
* Update debian/copyright to fix lintian warning and more

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
if test $# -eq 0
4
 
then
5
 
  echo 'Tiedoston nimi puuttuu.'
6
 
  exit
7
 
fi
8
 
 
9
 
 
10
 
malaga -m suomi.pro < $1 \
11
 
  | grep -v unknown \
12
 
  | gawk '{print $2, $3}' \
13
 
  | sed -e 's/[":]//g' \
14
 
  | gawk '{printf "%-15s %s\n", $1, $2}' \
15
 
  | sort \
16
 
  | uniq