Hi, I currently have a .txt file with approximately 400-500 lines of text, and I'd like to allow users to search the file and then /notice them 5 matching results. For example, a user would type @find test and it would search the .txt file for anything with *text* and then notice them the first 5 results. I've made several attempts at this and can't get it to notice all the matching results. I can even get it to notice the first 5 lines of matching text with a while loop, but keep running into problems unseting the variable after the 5 lines are sent to the user. Also, if no matching lines of text are found in the file, tell the user that the text isn't found. I'd post the code I have, but it's pretty sloppy. Any help in doing so would be greatly appreciated. Oh, and I also noticed the /filter command, and reading in the help file that you can save that to an alias. Would that be quicker than $read(filename.txt)? Thanks in advance again.