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
(base) user@host:folder$ llm cmd show the first three lines of every .md file in this directory using find and head
Multiline command - Meta-Enter or Esc Enter to execute
> find . -name "*.md" -exec head -n 3 {} \;
When I press enter, it does nothing. I think some special letters might caused the problem.
The text was updated successfully, but these errors were encountered:
I noticed this also happened with aws configure --profile whatever my guess is that it was because the command is interactive and wants to read input but I haven't investigated.
I have tried the following
When I press enter, it does nothing. I think some special letters might caused the problem.
The text was updated successfully, but these errors were encountered: