Commit Graph

190 Commits (155a25a797ede659b8cfc60af3062099efa73b9f)

Author SHA1 Message Date
Waldir Pimenta 62d4d4816f du: rework page, add glob matching example (fixes #1032) (#1034)
* 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
2016-09-10 12:18:28 +01:00
Daniel Compton 8136ac1930
Add unix epoch commands
These differ between Linux and OS X so the pages needed to be split.
2016-09-08 23:00:50 +12:00
Waldir Pimenta 31a07858ca split tree.md into linux and osx versions, to cater to the different sets of available options 2016-08-24 18:43:14 +01:00
Agniva De Sarker 29b0d77e29 Merge pull request #1007 from tldr-pages/pod
osx/pod.md: add page
2016-08-22 09:44:17 +05:30
Waldir Pimenta 04f25d3684 xcodebuild.md: add page (#1008)
* 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
2016-08-21 12:59:23 +02:00
Waldir Pimenta 948bea2207 pod.md: improve example descriptions 2016-08-18 12:19:54 +01:00
Waldir Pimenta 9a3906ecbb pod.md: remove incorrect example and add 'pod list' instead 2016-08-18 12:19:25 +01:00
Waldir Pimenta 2f6388423b expand pod.md page as discussed in #583 2016-08-17 19:42:19 +01:00
SimMan dcf58acecd Rename pod to pod.md 2016-08-17 19:31:41 +01:00
SimMan da7a23fe3c Create pod
CocoaPods
2016-08-17 19:31:41 +01:00
Waldir Pimenta a1ceb9d1b6 sed.md: add input to the only example missing it (#992)
* sed.md: add input to the only example missing it

* osx/sed.md: add input to the example missing it
2016-08-08 10:09:34 +03:00
Waldir Pimenta 8127104cce osx/locate.md: add exact filename match (#993)
* osx/locate.md: add exact filename match

* linux/locate.md: add exact filename match
2016-08-08 10:06:59 +03:00
Waldir Pimenta d1c342fb6c osx/du.md: fix depth option, plus minor tweaks
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.
2016-08-03 12:30:02 +01:00
Agniva De Sarker 3da76e4150 Applying the snake_case convention throughout the repo (#967)
* 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
2016-07-22 22:24:06 +02:00
Agniva De Sarker fa8b2d8f92 Apply the 'path/to/item' convention uniformly (#947) 2016-07-13 09:53:22 +01:00
Waldir Pimenta c46d662c94 xattr: slightly clearer description 2016-06-20 23:50:33 +01:00
Vlad da1ac91081 xattr: add page (#895) 2016-06-20 23:47:41 +01:00
Waldir Pimenta 685b6ea8bd sed: swap extended regex & line pattern examples 2016-04-21 19:13:01 +01:00
Waldir Pimenta 1c76b8ea7b sed: reword last example and add it to the osx version too 2016-04-21 19:11:33 +01:00
Arvid Gerstmann 88a974265f fix qlmanage page 2016-04-15 17:21:10 +02:00
Waldir Pimenta 474e589bfa Add OSX version of sed -- see #281, #293 and #332 2016-03-21 10:22:03 +00:00
Igor Shubovych b508e766b5 look: add page 2016-02-26 12:26:15 +02:00
Igor Shubovych 61a3795b6a Linting 2016-02-13 01:35:42 +02:00
Leandro Ostera 50ba02aa36 Kept the speed up sample...more below
Some text changes to make it more user-friendly.

Naturally this is up for discussion.
2016-02-13 00:22:07 +01:00
Leandro Ostera 4280ac0e38 Merge pull request #505 from sfarzy/defaults
defaults:  add page
2016-02-13 00:17:54 +01:00
Leandro Ostera 6f4901d836 Some minor changes in the descriptions 2016-02-13 00:05:17 +01:00
Leandro Ostera 02f859a40f Merge pull request #745 from oxguy3/say
say: lots of cleanup
2016-02-13 00:03:39 +01:00
Ruben Vereecken 69144ea34c Merge pull request #712 from oxguy3/archey
Add archey
2016-01-29 15:22:00 +02:00
Hayden Schiff 625a34418a say: clarified `-f` example 2016-01-28 17:36:22 -05:00
Hayden Schiff a284584c33 say: lots of cleanup 2016-01-28 17:33:21 -05:00
Hayden Schiff 72885c58b3 airport: removed symlink example 2016-01-28 16:29:11 -05:00
Hayden Schiff e4968fc3b0 airport: better description 2016-01-28 15:32:16 -05:00
Hayden Schiff 0c458c4c64 airport: added sniff and status info commands 2016-01-28 15:21:13 -05:00
Pradeep Reddy Raamana 525f436cc8 w: split out of common and add -i to osx, uniq: additions, seq: add page 2016-01-23 09:03:00 -08:00
Hayden Schiff 910cad3024 archey: linux/osx wording consistency 2016-01-22 11:21:09 -05:00
Hayden Schiff 89b10e08cc archey: add page 2016-01-21 22:13:41 -05:00
Peter Tripp f36e121681 Linting fixes. 2016-01-20 03:52:51 -08:00
Peter Tripp 2399de4830 xed: Remove multi-file open example. 2016-01-20 03:48:16 -08:00
Peter Tripp 88b6cb879d systemsetup: combine the seperate examples. The options are super self-documenting and very helpful together. 2016-01-20 03:47:48 -08:00
Peter Tripp 35a697f99c Sysctl: Condense by removing explicit maxfiles example. 2016-01-20 03:46:22 -08:00
Peter Tripp 2e2390b1bd Condense SHA and MD5 examples. 2016-01-20 03:45:42 -08:00
andyxning 398a93be52 add base64 for osx 2016-01-18 19:40:48 +08:00
Igor Shubovych 3e4ab87981 Merge branch 'master' of git://github.com/Fallon9111/tldr into Fallon9111-master 2016-01-18 00:44:12 +02:00
Ruben Vereecken 5a26958e94 Fixed English tenses as reported by tldr-lint 2016-01-16 15:12:05 +01:00
Ruben Vereecken 14993dfe0e Sorry for the messup. Unmutilated nm pages 2016-01-13 18:49:30 +01:00
Ruben Vereecken 387f9770df Fix nm syntax 2016-01-13 15:54:31 +01:00
Igor Shubovych b850114ccf Merge pull request #538 from eddieantonio/pages/nm
nm: add page
2016-01-13 13:21:27 +02:00
Ruben Vereecken 066582e8ea Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
Eddie Antonio Santos 45406a3775 nm: add page (osx and linux) 2016-01-06 08:38:46 -07:00
Igor Shubovych 7af5e4bbef Merge branch 'master' of git://github.com/Parth-Mehrotra/tldr into Parth-Mehrotra-master 2016-01-04 13:47:19 +02:00
Parth Mehrotra 17a6fb99b3 Head args are supposed to be in bytes rather than KB
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
2016-01-03 23:11:03 -05:00
webb04 0fdd370a27 ditto: add page 2016-01-02 23:29:07 +00:00
sfarzy 2177d2b752 defaults: Included domain attribute
domain attrribute to access system defaults
example for default write added
2016-01-02 03:54:20 +05:30
sfarzy 0c227cca56 defaults: delete error updated 2016-01-01 13:37:09 +05:30
Timothy Sutton 856351df98 Typo "it's" in mdfind 2015-12-31 22:36:21 -05:00
Ruben Vereecken e22cb51843 Merge pull request #534 from pindexis/master
make markup format consistent
2015-12-31 15:04:22 +01:00
Amine Hajyoussef f8fb3381ec last fix 2015-12-31 14:26:31 +01:00
Felix Yan cce44d1ab1 Merge pull request #520 from sdaitzman/patch-1
removes no-longer-there diskutil verb
2015-12-31 21:25:59 +08:00
Andrew Murray c9807c9cda Fixed typo 2015-12-31 13:12:49 +11:00
Sam D 10232ce7c2 removes no-longer-there diskutil verb
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.
2015-12-30 18:21:59 -05:00
sfarzy 55d37a3030 defaults: add page 2015-12-31 00:15:24 +05:30
Waldir Pimenta d280f2355d Merge pull request #477 from rselwyn/openFix
Fixed open.md
2015-12-30 14:08:38 +00:00
James Fallon 6695d983ec say: minor edit to change 'text to speech' to 'text-to-speech' 2015-12-30 09:28:34 +00:00
Robbie S 4ddaf350f2 Fixed open.md 2015-12-29 18:38:51 -08:00
William 9b421535dd add dd.md for osx and linux 2015-12-29 13:44:27 +08:00
Christopher f632b23b92 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.

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.
2015-12-28 03:58:35 -06:00
Igor Shubovych b2d534f9af hostname: add page 2015-12-16 16:47:06 +02:00
Leandro Ostera 1d90885e41 Merge pull request #313 from cnu/master
Add extra newline between consecutive commands examples.
2015-12-14 10:22:33 +01:00
Igor Shubovych 8bf010111a top: removing batch mode examples, because it is not obvious 2015-12-09 19:19:27 +02:00
Igor Shubovych 63472222b8 Added top command for Linux and OSX 2015-12-09 19:19:27 +02:00
Igor Shubovych ea2a8baf02 Merge pull request #311 from greensn0w/patch-1
Add mdfind
2015-12-07 01:20:31 +02:00
Lukas B 7aef4819f8 Update mdfind.md 2015-12-07 00:04:00 +01:00
Lukas B 076f37151e Update mdfind.md 2015-12-07 00:01:50 +01:00
Igor Shubovych 6dfcf97892 md5: fix grammar, fix token (see #327) 2015-11-22 22:48:31 +02:00
Igor Shubovych 8a1e9761c5 md5: split basic example for simplicity, add example of md5 checksum for given string 2015-11-22 18:50:49 +02:00
Srinivasan R 2097cf359d Add extra newline between consecutive commands examples.
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).
2015-10-28 22:40:44 +05:30
Srinivasan R e4114fa6cc Normalize the final new line
Fixes #310
Some files had no newlines, some had 1 newline and some more than 1 newline.
Normalize them all to have only 1 newline at the end of all files.
2015-10-28 14:03:06 +05:30
Lukas B 4449011ece Add mdfind 2015-10-26 12:55:32 +01:00
lord63 3e1df9f818 Fix lint for osx 2015-10-22 15:33:24 +08:00
IgnazioC 491e6b6cf4 fix typo and example order 2015-08-20 06:59:07 +02:00
Ignazioc da325c0ee8 Added page for xctool 2015-08-19 12:11:49 +02:00
Like-all f48efad4de webcam utils 2014-09-12 14:56:18 +04:00
Felix Yan 195d8d34f9 add page for head in mac and linux 2014-07-16 22:50:37 +08:00
Igor Shubovych 888b33c3d5 Pages: locate 2014-05-08 23:25:52 +03:00
Axel Colin de Verdiere be239f7a9f Show a line with /24 subnet 2014-03-07 14:34:37 +01:00
Axel Colin de Verdiere efc526f61b Added descriptive names for the arguments for route 2014-03-07 01:03:24 +01:00
Axel Colin de Verdiere 124998b65a Added page for route under osx 2014-03-06 17:47:59 +01:00
Chriztian Steinmeier 0a67ee4d95 Correct tokens 2014-03-04 21:10:51 +01:00
Chriztian Steinmeier 5a2980ea77 Add page for `xsltproc` 2014-03-04 21:08:56 +01:00
rprieto f00bf64426 Move pages back into a "pages" folder 2014-03-04 23:28:29 +11:00