---------- Forwarded message ---------
From: LitHack <lithack0@gmail.com>
Date: Sat, Jun 17, 2023, 7:33 AM
Subject: Random file creation in zsh shell.
To: <zsh-workers@zsh.org>


There is a way to create a random file in zsh shell by which we could hide any of our data in it.

Command: <>=()

Explanation: By running this command we can create a random file in /tmp directory and each time it create new file with random name having "zsh" in front of them. According to me this is bug.

Thanks.