Sujet : Re: Never seen this before
De : nospam (at) *nospam* example.net (D)
Groupes : comp.os.linux.miscDate : 18. Feb 2025, 22:36:23
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <8181053c-dc50-7984-ed4d-af4b750b2816@example.net>
References : 1 2 3
On Tue, 18 Feb 2025, The Natural Philosopher wrote:
On 18/02/2025 16:40, Lew Pitcher wrote:
On Tue, 18 Feb 2025 11:04:41 +0000, The Natural Philosopher wrote:
Somehow my browser tried to download every single message in my inbox.
[snip]
rm crashed on a file that allegedly began with a minus, but the
suggested workaround didn't work. (rm '-[blah].eml.part)
ITYM either
rm ./-[blah].eml.part
or
rm -- -[blah].eml.part
[snip]
I tried the first one, Didnt work.
Obviously firefox had generated some utter shit filenames. But I couldn't identify exactly what.
One of my outs in case of this, is to use midnight commander. Runs very well in the terminal, and possible to use over ssh as well. =)