Answers for "bash grep find lines that start with word"

1

bash grep find lines that start with word

# Basic syntax:
grep '^your_word' input_file
Posted by: Guest on February-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language