Delete lot of files #1719
-
When I select 2044 files and want to delete, but I have a problem:
|
Beta Was this translation helpful? Give feedback.
Answered by
joelim-work
May 20, 2024
Replies: 1 comment
-
That is because when running shell commands, the list of selected files is exported as I don't know what can be done about this though. This feature predates my involvement, and I suspect dealing with thousands of selected files was never a practical enough use case to bother dealing with. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
og900aero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is because when running shell commands, the list of selected files is exported as
$fs
/$fx
. If this list is too large, then it will exceed the size limit for the environment table and result in an error.I don't know what can be done about this though. This feature predates my involvement, and I suspect dealing with thousands of selected files was never a practical enough use case to bother dealing with.