SCRIPTING AIX: How to delete the files using xargs Date: September 19, 2016Author: Panchamoorthy M ls -l |awk '{print $9}' | xargs -I {} rm {} Share this:TwitterFacebookLike this:Like Loading... Related