Fixed markdown links

This commit is contained in:
Paul Ryley 2018-01-31 14:38:24 -07:00 committed by GitHub
parent 8421454f19
commit 784299e5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

16
osx.md
View File

@ -62,15 +62,15 @@ layout: 2017/sheet
### Usefull utils ### Usefull utils
- `open` - open files and directories ([man])[https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/open.1.html] - `open` - open files and directories ([man](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/open.1.html))
- `textutil` - manipulate text files of various formats ([man])[https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/textutil.1.html] - `textutil` - manipulate text files of various formats ([man](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/textutil.1.html))
- `pbcopy` / `pbpaste` - provide copying and pasting to the pasteboard ([man])[https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/pbcopy.1.html] - `pbcopy` / `pbpaste` - provide copying and pasting to the pasteboard ([man](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/pbcopy.1.html))
- `sips` - scriptable image processing system ([man])[https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/sips.1.html] - `sips` - scriptable image processing system ([man](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/sips.1.html))
- `mdfind` - finds files matching a given query ([man])[https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/mdfind.1.html] - `mdfind` - finds files matching a given query ([man](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/mdfind.1.html))
- `screencapture` - capture images from the screen ([man])[https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/screencapture.1.html] - `screencapture` - capture images from the screen ([man](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/screencapture.1.html))
- `defaults` - access the Mac OS X user defaults system ([man])[https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/defaults.1.html] - `defaults` - access the Mac OS X user defaults system ([man](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/defaults.1.html))
- `/usr/libexec/airportd` - `/usr/libexec/airportd`
- `scutil` - `scutil`
__INFO: `brew` (link)[https://brew.sh] is highly recomended utility__ __INFO: `brew` ([link](https://brew.sh)) is highly recomended utility__