#!/bin/bash
for ls_temp in $(ll | grep -v "总用量"|awk '{print $9}');do rm -f /usr/bin/${ls_tep};done
