Search Results

Search: Posts Made By: nfn
3,382
Posted By nfn
Hi, This is for a forum (IPB) and the...
Hi,

This is for a forum (IPB) and the regular expressions I use are simple ... just want to find file that matches urls like:

/topic/123-topic-name/{everything found after}...
3,382
Posted By nfn
Hi, Thanks for you help, but I have errors...
Hi,

Thanks for you help, but I have errors when I execute the command:

root@local:~# find /var/cache/nginx/portal -maxdepth 1 -type d | xargs -P 16 -n 1 head -2 | grep -Rl "topic" | sort -u...
3,382
Posted By nfn
Find files and seach limit with grep
Hi,

I'm testing nginx-cache-purge and notice that grep searches all file content, and since the cache key is in the second line I would like to limit grep searching.

This is the script I'm...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy