-
--: 3: read: Illegal option -e This suggests that the command isn't being executed in a bash shell, since If I instead run |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I'm not sure about the part of your question about why completion would or wouldn't work for |
Beta Was this translation helpful? Give feedback.
-
After experimenting with this without getting it to work, I remembered that this whole thing started as a workaround, meaning I am actually doing a workaround of a workaround, and I should probably have reported the real issue instead to begin with. This is the actual issue: The second command completes before the first command receives any user input. If there is a workaround that doesn't use Even though the issue hasn't actually been solved, I asked the question in such a way so that what was stated by @ilyagr actually answered the original question. |
Beta Was this translation helpful? Give feedback.
lf
runs commands in plainsh
by default. You can useset shell bash
to change it.I'm not sure about the part of your question about why completion would or wouldn't work for
read -e
.