Skip to content

Cannot execute some command #16

@newptcai

Description

@newptcai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions