What was that

find / -name bs | xargs rm -f

This code:

Runs the find command from the root directory looking for files called bs

Pipes these filenames into the rm command to be removed

As all administrators would like to do - remove the bs