All pastes #2107100 Raw Edit

learning bash

public shellscript v1 · immutable
#2107100 ·published 2012-01-28 15:36 UTC
rendered paste body
cd $sourcefor files in $filetypedo	array=( $files )	[[ "${#array[@]}" == 0 ]] && echo "No files!"	echo "it s ok"done