Friday, July 10, 2015

FInd reject files recursively

use below command:

find $directory -type f -name "*.in"

No comments:

Post a Comment