Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot execute some command #16

Open
newptcai opened this issue Oct 8, 2024 · 1 comment
Open

Cannot execute some command #16

newptcai opened this issue Oct 8, 2024 · 1 comment

Comments

@newptcai
Copy link

newptcai commented Oct 8, 2024

I have tried the following

(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.

@britt
Copy link

britt commented Jan 13, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants