The following command will call ls. But since there is no input, shouldn't xargs quit without doing anything? Thanks.
xargs -0 ls </dev/null -- Regards, Peng
The following command will call ls. But since there is no input, shouldn't xargs quit without doing anything? Thanks.
xargs -0 ls </dev/null -- Regards, Peng