Hi Marco!

Reason that you could not get it working with my suggestion below, and needed "-a" is written here: "il file binario corrisponde".

Bash thinks ALL.TXT is a binary file. How ever a clean ALL.TXT is pure text file and grep can handle it directly.

Maybe your WSJT-X has crashed some day in past during the write of ALL.TXT and there are some "hieroglyphs" written to file that makes grep think it is a binary file.

As seen your ALL.TXT size I suggest you move the file.

cd ~/.local/share/WSJT-X
mv ALL.TXT ALLOLD1.TXT

WSJT-X then opens a new ALL.TXT on next start.
Then you can make more ALLOLDx files, monthly, or by yearly basis. Depending how much you use WSJT-X.

--
Saku
OH1KH


Saku via wsjt-devel kirjoitti 19.2.2022 klo 10.01:
i I
Think you were using linux. Then open command console and:

cd ~/.local/share/WSJT-X
grep -ni HisCall ALL.TXT | grep -i YourCall

Shows qso in fast and easy way (with line numbers of ALL.TXT).
Just replace the callsigns in command.



_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to