1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
$ cat file aaa bbb\ccc bbb$ccc $ grep \\\\ file bbb\ccc $ grep '\\' file bbb\ccc $ grep \\$ file bbb$ccc $ grep '\$' file bbb$ccc |
Linux: grep \ or $
- SQL: Count Rows Correctly
- Linux: Check process restarted