I added the append only attribute to a text file.
But I get operation not permitted when I try to use Geany to edit the file.
But I can use "echo new >> test.txt and it does append.
What am I not understanding? Thanks, Andrew Kennedy
Sent via personal computer"It is always too soon to quit."
An editor changes the contents of the file, changes could be anywhere, not just at the end. Therefore the whole file is re-written on save which is not an append operation.
Cheers Lex On Tue, 4 Sep 2018 at 01:07, Andrew Kennedy via Users users@lists.geany.org wrote:
I added the append only attribute to a text file.
But I get operation not permitted when I try to use Geany to edit the file.
But I can use "echo new >> test.txt and it does append.
What am I not understanding?
Thanks, Andrew Kennedy
Sent via personal computer "It is always too soon to quit." _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Ok, so no editor is able to write to a file with append attribute.
So is that attribute mainly for log files?
Thanks.
Sent via personal computer"It is always too soon to quit."
On Monday, September 3, 2018, 5:05:18 PM CDT, Lex Trotman elextr@gmail.com wrote:
An editor changes the contents of the file, changes could be anywhere, not just at the end. Therefore the whole file is re-written on save which is not an append operation.
Cheers Lex On Tue, 4 Sep 2018 at 01:07, Andrew Kennedy via Users users@lists.geany.org wrote:
I added the append only attribute to a text file.
But I get operation not permitted when I try to use Geany to edit the file.
But I can use "echo new >> test.txt and it does append.
What am I not understanding?
Thanks, Andrew Kennedy
Sent via personal computer "It is always too soon to quit." _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
_______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users