mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-25 05:51:31 +02:00
removing whitespace all over
This commit is contained in:
@@ -252,7 +252,7 @@ grep "^foo.*bar$" file.txt
|
||||
grep -c "^foo.*bar$" file.txt
|
||||
# if you literally want to search for the string,
|
||||
# and not the regex, use fgrep (or grep -F)
|
||||
fgrep "^foo.*bar$" file.txt
|
||||
fgrep "^foo.*bar$" file.txt
|
||||
|
||||
|
||||
# Read Bash shell builtins documentation with the bash 'help' builtin:
|
||||
|
Reference in New Issue
Block a user