$ cat instagram_list.txt | grep -o "@\w*" | sort -u > instragram_tofollow.txt $ cat hashtags_list.txt | grep -o "#\w*" | sort -u > hashtags_tofollow.txt
$ cat instagram_list.txt | grep -o "@\w*" | sort -u > instragram_tofollow.txt $ cat hashtags_list.txt | grep -o "#\w*" | sort -u > hashtags_tofollow.txt