Add dig to commands.md

This commit is contained in:
Donovan Glover 2018-03-14 23:45:30 -04:00
parent 9f38efd9f2
commit 0ebdcc5279
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -93,6 +93,9 @@ These programs are installed on top of the base system.
- Add `-d` to delete duplicates during execution - Add `-d` to delete duplicates during execution
- Add `-A` to ignore hidden files - Add `-A` to ignore hidden files
- Search for all files of a specific extension in a given directory, recursively: `fd -e ext` - Search for all files of a specific extension in a given directory, recursively: `fd -e ext`
- Get the DNS record of a certain domain: `dig <domain>`
- Add `+short` to return a shortened version of the result
- Add `-t <type>` to return a specific type in the result (e.g. `-t txt`)
### Inox ### Inox