SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[linux] Using grep to search for a string that has a dot in it
Home
Question
Using grep to search for a string that has a dot in it
Escape dot. Sample command will be.
grep '0\.00'
Examples related to
linux
•
grep's at sign caught as whitespace
•
How to prevent Google Colab from disconnecting?
•
"E: Unable to locate package python-pip" on Ubuntu 18.04
•
How to upgrade Python version to 3.7?
•
Install Qt on Ubuntu
•
Get first line of a shell command's output
•
Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?
•
Run bash command on jenkins pipeline
•
How to uninstall an older PHP version from centOS7
•
How to update-alternatives to Python 3 without breaking apt?
Examples related to
grep
•
grep's at sign caught as whitespace
•
cat, grep and cut - translated to python
•
How to suppress binary file matching results in grep
•
Linux find and grep command together
•
Filtering JSON array using jQuery grep()
•
Linux Script to check if process is running and act on the result
•
grep without showing path/file:line
•
How do you grep a file and get the next 5 lines
•
How to grep, excluding some patterns?
•
Fast way of finding lines in one file that are not in another?