[Gambas-user] New zip attachement test

T Lee Davidson t.lee.davidson at gmail.com
Sat Feb 6 05:32:12 CET 2021


On 2/5/21 4:52 PM, Christof Thalhofer wrote:
> Attached is GAlarm.txt. Remove the first and the last line and then do:
> 
> $ base64 -d GAlarm.txt > GAlarm.tar.gz

As a one-liner:
$ head -n -1 GAlarm.txt | tail -n +2 | base64 -d > GAlarm.tar.gz


-- 
Lee


More information about the User mailing list