PREV INDEX NEXT

Author: Unknown
Subject: -exec edge case
Date: Saturday, 05 Sep 2020, 22:47:01

When reading the command line arguments (argv) until the ";" in -exec, 

is it possible for the command to be:

i.e. "-exec echo foo > bar\;" where there is no space between "bar" and ";". 

Or, is it always like "-exec echo foo > bar \;", where there is always a space between the end of the system call (i.e. "bar") and ";"? 

Or can it be either?
PREV INDEX NEXT