Il 16/10/21 03:37, Saku via wsjt-devel ha scritto:

Hi!

With linux command console you can do it fast with:

grep -i oh1kh ~/.local/share/WSJT-X/ALL.TXT > ~/MYALL.TXT

That makes file MYALL.TXT to your home directory. Just replace my call with your own.
After checked MYALL.TXT you can delete the ALL.TXT

rm ~/.local/share/WSJT-X/ALL.TXT

And when ever you want to do it again just modify ">" to ">>" to be like:

grep -i oh1kh ~/.local/share/WSJT-X/ALL.TXT >> ~/MYALL.TXT

and lines with your call is added to existing file ~/MYALL.TXT

--
Saku
OH1KH

Hi Saku!

Good to get this script example.

Thanks and regards!
---
73 de Marco, PY1ZRJ (former IK5BCU)
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to