Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
the man page does not mention that feature of -l .The other option is xargs -L n rm, which will only run the command if there is at least one argument being supplied. You will need to take a guess at a suitable value of n though, say 100?
Annihilannic.
--no-run-if-empty, -r
If the standard input does not contain any nonblanks, do not run the command.
Normally, the command is run once even if there is no input. This option is a GNU extension.