Skip to content

ls -l #26

Answered by p-gen
grahamperrin asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

The limit of 32767 words can be adjusted by adding a configuration file. Look for words = 32767 in the manual page.

For your second point, smenu does not have the notion of filename it only sees words. It has options to change the global word and line separators but if you want to do more, you have two approaches:

  • preprocess the input to add quotes
  • consider each line as a word (add -W $'\n') and post-process it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by grahamperrin
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