Filter unique values from third column, separated by space

cat datax.log |  awk '/IMEI/{print $3}' | sort | uniq | wc -l

Search for text in files recursively

cd startFolder
grep -H "textToSearch" * -R

ShellScript (last edited 2014-01-24 12:47:45 by bl13-10-133)