I enter a command like this one:
find . -type f -exec chmod 644 {} +`
The ` on the end breaks the command and the next fields are:
>
>
>
etc. There I can write whatever I want and quitting this happens only through Ctrl+C.
My question is: what are those > that I am getting to? I am not finding any information on why this is happening and what is its purpose.
0 Answers