You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When toggling a large number of files and subsequently running a command that utilizes the values in $fs to rename files or do to stuff with the values in $fs, I encounter an error. Shell quits with argument list too long . I know this error is due to the ARG_MAX limit imposed by operating system. How can i get around this issue.
The text was updated successfully, but these errors were encountered:
I previously encountered an issue when attempting to send a remote toggle command from external program, which I fixed by splitting the job into multiple calls.
However, in case where the fs size within lf is too large, I have not found a solution to break it into more manageable parts or to write it to a file apart from potentially utilizing the ~/.local/share/lf/files file after marking all selections for cut or copy.
When toggling a large number of files and subsequently running a command that utilizes the values in $fs to rename files or do to stuff with the values in $fs, I encounter an error. Shell quits with
argument list too long
. I know this error is due to the ARG_MAX limit imposed by operating system. How can i get around this issue.The text was updated successfully, but these errors were encountered: