what is ">" prompt telling me ?

Status
Not open for further replies.

anneranch

Active Member
Joined
Mar 16, 2019
Messages
223
Reaction score
43
Credits
2,078
OK, did not fiind any "hci" , but what is the next ">" telling me ?

qy@qy-desktop:~$ sudo find . -type f -name *hci"
>
 


At the end of the command is a lone double quote, so it’s expecting further input. The shell is waiting for you to type some more code and close the quote before it evaluates/executes the command.

I think you accidentally missed the opening quote before the * wildcard you’re using in the filename.
So I think you meant to type this:
Bash:
sudo find . -type f -name "*hci"
 
Last edited:
Status
Not open for further replies.

Members online


Latest posts

Top