chatGPT-shell-cli icon indicating copy to clipboard operation
chatGPT-shell-cli copied to clipboard

"cannot execute binary file"

Open niansa opened this issue 11 months ago • 0 comments

The command mode does not appear to work for me:

Enter a prompt:
command: list files in /var/www/html

         
chatgpt  ```bash
ls /var/www/html
```
Would you like to execute it? (Yes/No)
yes

Executing command: ```bash
ls /var/www/html
```

/usr/bin/ls: /usr/bin/ls: cannot execute binary file

niansa avatar Dec 22 '24 17:12 niansa