86080/how-to-find-all-files-containing-specific-text-on-linux
Hi Guys,
I have some files in the Linux system. I want to find some specific patterns from these files. How can I do that?
Hi@akhtar,
Linux systems have one interesting command name grep. This grep is used to find something from a file. In your case you can use grep -Ril command as shown below.
$ grep -Ril "find from / folder" /
Hi, @Kal You can use this command below to ...READ MORE
There are multiple ways to find the ...READ MORE
To list all the groups groups or to list ...READ MORE
Firewalls(most of them) can either Reject or ...READ MORE
grep -rnw 'text to find recursively inside ...READ MORE
Try changing the port, Change JENKINS_AJP_PORT="xyz" to JENKINS_AJP_PORT="abc" If changing the ...READ MORE
you can use str.index too: >>> 'sdfasdf'.index('cc') Traceback ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Hi@akhtar, You can use tcpdump command in your ...READ MORE
Hi@akhtar, RSS is a memory currently used by ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.