pages*: simplify page description (#12149)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Vitor Henrique
2024-02-14 17:25:13 -03:00
committed by GitHub
parent 22e8eb3722
commit c8f956319f
204 changed files with 221 additions and 223 deletions

View File

@@ -1,6 +1,6 @@
# lipo
> Tool for handling Mach-O Universal Binaries.
> Handle Mach-O Universal Binaries.
> More information: <https://keith.github.io/xcode-man-pages/lipo.1.html>.
- Create a universal file from two single-architecture files:

View File

@@ -1,6 +1,6 @@
# mdfind
> List files matching a given query.
> List files matching a query.
> More information: <https://keith.github.io/xcode-man-pages/mdfind.1.html>.
- Find a file by its name:

View File

@@ -1,6 +1,6 @@
# opensnoop
> Tool that tracks file opens on your system.
> Track file opens on your system.
> More information: <https://keith.github.io/xcode-man-pages/opensnoop.1m.html>.
- Print all file opens as they occur:

View File

@@ -1,6 +1,6 @@
# textutil
> Used to manipulate text files of various formats.
> Manipulate text files of various formats.
> More information: <https://keith.github.io/xcode-man-pages/textutil.1.html>.
- Display information about `foo.rtf`:

View File

@@ -1,6 +1,6 @@
# whatis
> Tool that searches a set of database files containing short descriptions of system commands for keywords.
> Search a set of database files for short descriptions of system commands for keywords.
> More information: <http://www.linfo.org/whatis.html>.
- Search for information about keyword:

View File

@@ -1,6 +1,6 @@
# whence
> A zsh builtin to indicate how a given command would be interpreted.
> A zsh builtin to indicate how a command would be interpreted.
> More information: <https://keith.github.io/xcode-man-pages/whence.1.html>.
- Interpret `command`, with expansion if defined as an `alias` (similar to the `command -v` builtin):

View File

@@ -1,6 +1,6 @@
# xctool
> Tool for building Xcode projects.
> Build Xcode projects.
> More information: <https://github.com/facebookarchive/xctool>.
- Build a single project without any workspace: