On Sun, Mar 7, 2010 at 8:22 AM, Timo Paulssen
<timonator@perpetuum-immobile.de> wrote:
Jonathan Jones wrote:
> Timos, would you be so kind as to run that comparison again, but this time
> run it against this
> list<http://www.lojban.org/tiki/tiki-download_wiki_attachment.php?attId=682&page=smart.fm%20entry%20list&download=y>,
> instead of the gismu list?
you were right. the following lines are present in one, but not in the other:
lo se rutni
lo te dzena
lo te lanme
lo te mensi
lo te solri
lo te stagi
lo te tamji
the shell commands i used are as follows:
list all sound files:
ls *mp3 | sed -e 's/.mp3//' | sort > soundedgismu.txt
remove all lines that don't have "lo " at the beginning.
grep '^lo' smart.fm\ gismu.txt | sort > tobesoundedgismu.txt
show the differences side by side in vim:
vimdiff soundedgismu.txt tobesoundedgismu.txt
mu'o mi'e la timos noi prami la zedcel
humorous aside: cel means launcher, which is kind of what a shell is used for
(pe'a sai!). very cool :)