* fixup: remove excess whitespace
* du: various tweaks
- improve main description (include what "du" stands for)
- simplify globbing example
- unify nomenclature of folder/directory
- minor tweaks to existing descriptions
* du: a bunch of further rewordings
these changes aim to improve both clarity but also the sequence of commands to make it easier to build a mental model of how the tool works.
* osx/du: sync w/ changes in the linux folder
* linux/du: sync w/ changes in the osx folder
* remove slighly redundant «recursively» to make description simpler
* Create xcodebuild.md
xcodebuild
* xcodebuild.md: shorten page
* xcodebuild.md: use token formatting
* xcodebuild.md: remove xcrun command
* xcodebuild.md: fix linting and reword some descriptions
* xcodebuild: change tokens to match the guidelines
* xcodebuild: remove unclear part the first example's description
The version I have uses `-d` for the depth option, not `-depth`. Here's the version string as shown by `man du`:
```
BSD June 2, 2004 BSD
```
In addition to this fix, this commit changes the tokens to clarify that they are paths, and changes "directory" to "folder", which is shorter and more accessible.
* Applying the snake_case convention throughout the repo
- Also removing the file extension where not needed
- Adding {{ }} on a few old pages
* Addressing concerns
- Added {{ }} where they were missed out
- Removed spaces inside {{ }}
- Reverting "file" to "filename" to make it clearer
* Fixing the comments on nc page
commit 32490f087fce93beadae3c59b10c1b8200734106
Author: Parth Mehrotra <parth.mehrotra.cs@gmail.com>
Date: Sun Jan 3 23:09:09 2016 -0500
replaced spaces with underscores
commit 51c680741e497aa891848e2008f55e5c316c18f0
Author: Parth Mehrotra <parth.mehrotra.cs@gmail.com>
Date: Sat Jan 2 22:23:37 2016 -0500
head args are supposed to be in bytes, rather thank KB
commit 52e1aefe5bdcf05084222ec2c184bdd5ff96cc8e
Author: Parth Mehrotra <parth.mehrotra.cs@gmail.com>
Date: Sat Jan 2 13:31:56 2016 -0500
head args aren't in bytes
As of El Capitan, `sudo diskutil repairPermissions /` returns `diskutil: did not recognize verb "repairPermissions"; type "diskutil" for a list` since repairPermissions has been removed.
In the interest of keeping this tldr-compatible I've removed it. In the interest of not leaving things out, there could instead be a "this no longer works" notice.
Added more options to allow greater flexibility.
Options Added:
TCP, UDP, Continuous and the ability to not resolve hosts.
Added netstat to OSX.
Removed white space.
Update netstat.md
Remove options for simplicity
Removed UDP and hostname resolving changes
UDP and hostname resolving changes aren't as common.
Remove options for simplicity
Reduced number of examples & removed grep.
Reduced down to 6 or less
Removed examples that required grep.
Extend options
Added more options to allow greater flexibility.
Options Added:
TCP, UDP, Continuous and the ability to not resolve hosts.
Added netstat to OSX.
Removed white space.
Update netstat.md
Remove options for simplicity
Removed UDP and hostname resolving changes
UDP and hostname resolving changes aren't as common.
Remove options for simplicity
Reduced number of examples & removed grep.
Reduced down to 6 or less
Removed examples that required grep.
Fixed -p option and removed last entry.
These 6 files had multiple examples all separated by a single newline.
While rendering it in markdown, the examples all come up in a single
line.
Adding another newline makes rendering better.
Also will help in easier copying (double click on the line to copy).