mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
Add font search to commands.md
This commit is contained in:
parent
f7591a99f1
commit
142c87ae7c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user