Add font search to commands.md

This commit is contained in:
Donovan Glover 2017-12-08 23:52:48 -05:00
parent f7591a99f1
commit 142c87ae7c
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -48,6 +48,7 @@ Note that for all of the above, `cd` is not required.
- In comparison, a hard link is when you make a copy of the file
- Give permissions to the user `hello` and the group `world`: `chown -R hello:world dir/`
- Given text input, return only unique lines (aka no duplicates): `cat <input_file> | uniq`
- Search for a particular font on the system: `fc-list | grep -i <font>`
### Changing File Permissions