Browser default 16px
| pixels | relative |
|---|---|
| 36px | 2.25em |
| 31px | 0.5161em |
| 24px | 1.5em |
| 21px | 1.3125em |
Following on last week grep tips, let’s see how to use locate to search for files on your Linux machine.
The locate command is faster than find because it uses a database, whereas find will scan the file system every time.
locate uses a database, you first need to build it with:
$ sudo updatedb