Tagged Questions
1
vote
2answers
123 views
Match a simple Regex
I need to match this: (tt\d{1,10}) in a file with the file ending txt.
I have tried grep and ack-grep but without results.
ack-grep -G \.txt$ -g "(tt\d{1,10})"
2
votes
1answer
176 views
Web front-end to find/grep/ack
In my lab, we are trying to build a web that allows the user to enter queries for find, ack, grep on a specific directory. The web would return an HTML with a table of a list of clickable files (click ...