All pastes #2064544 Raw Edit

Someone

public shellscript v1 · immutable
#2064544 ·published 2011-05-19 12:21 UTC
rendered paste body
if ( -d $f ) then    if ( `ls $f | wc -l` > 0 ) then       foreach f1 ($f/*)           # Whatever       end    endifendif