Clean hashtags and users from crawled text

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

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

Leave a Reply