grep 'laptop' products.txt | less
cat log.txt | sort | uniq -c | sort -nr
watch "top -bn1 | awk '(\$9 > 50) {print}'"