Il 15/10/21 00:25, Black Michael ha scritto:
A script like this run once a month to rename the ALL.TXT to a dated file would work

#!/bin/sh
FILENAME='ALL_'`date +%Y_%m_%d`.txt
cd ~/.local/share/WSJT-X/
mv ALL.TXT $FILENAME
echo $FILENAME

Gives a filename like this:
ALL_2021_10_14.txt

Mike W9MDB




On Thursday, October 14, 2021, 06:19:37 PM CDT, Marco Calistri via wsjt-devel <wsjt-devel@lists.sourceforge.net> wrote:


Il 14/10/21 19:26, Stan Gammons via wsjt-devel ha scritto:
You can use a cron job to do that.  But, I don't know that I would empty/delete ALL.TXT   It could be useful some day.   I try to remember to archive ALL.TXT from time to time using a name to denote the date it was archived then I delete the file.

73

Stan
KM4HQE


On 10/14/21 5:01 PM, Marco Calistri via wsjt-devel wrote:
Hello,

I red some articles regarding how to prevent WSJT-X to produce its larges ".WAV" samples files, but I've not been able to disable this feature and periodically some of this audio files are going to be saved in my folder.

*Question 1:* how to disable definitely this occurrence?

*Question 2:* Is there a way (I mean a correct/suggested way) to periodically empty the "ALL.TXT" file which in my case has reached almost 250 Mb in size?

Note: I'm using Linux version of WSJT-X.

Many thanks!
---
*73 de Marco, PY1ZRJ (former IK5BCU)*
**

Hi Stan,

Yes by doing these jobs out of the program is always very practical and we can easily trim the scripts in order to apply exactly what we need to do. My questions above were more related to possible specific program features, currently unavailable which maybe could be implemented in the future if considered useful.

Regards,

Thanks for the script suggestion Mike.

Best 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