Remove files starting with a match October 09, 2014 rm -f $(ls -l | grep 20140917 |awk '{print $NF}') Read more
Command for listing files starting with a match October 09, 2014 ls -l | grep 20140916 |awk '{print $NF}' Read more