Skip to content

executing job failed: Argument list too long #3402

Answered by junegunn
Shamaoke asked this question in Q&A
Discussion options

You must be logged in to vote

This is a limitation of your shell environment, there's nothing fzf can help alleviate the problem. I mean, you'll run into the same problem just by running the echo command.

You'll either have to save the result to a temp file or find another way to filter/transform the list. e.g. seq 10000 | perl -ne 'print if $_ % 2 == 0' | fzf

Replies: 7 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@junegunn
Comment options

Answer selected by Shamaoke
@junegunn
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@junegunn
Comment options

Comment options

You must be logged in to vote
1 reply
@junegunn
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants