mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-26 22:46:29 +08:00
Merge pull request #206 from peterkokot/patch-4
Fix MacOS X only navigation
This commit is contained in:
commit
155f81f3be
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
- [System debugging](#system-debugging)
|
- [System debugging](#system-debugging)
|
||||||
- [One-liners](#one-liners)
|
- [One-liners](#one-liners)
|
||||||
- [Obscure but useful](#obscure-but-useful)
|
- [Obscure but useful](#obscure-but-useful)
|
||||||
- [MacOS only](#macos-only)
|
- [MacOS X only](#macos-x-only)
|
||||||
- [More resources](#more-resources)
|
- [More resources](#more-resources)
|
||||||
- [Disclaimer](#disclaimer)
|
- [Disclaimer](#disclaimer)
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ but given the interest there, it seems it's worth using Github, where people mor
|
||||||
Scope:
|
Scope:
|
||||||
|
|
||||||
- This guide is both for beginners and the experienced. The goals are *breadth* (everything important), *specificity* (give concrete examples of the most common case), and *brevity* (avoid things that aren't essential or digressions you can easily look up elsewhere). Every tip is essential in some situation or significantly saves time over alternatives.
|
- This guide is both for beginners and the experienced. The goals are *breadth* (everything important), *specificity* (give concrete examples of the most common case), and *brevity* (avoid things that aren't essential or digressions you can easily look up elsewhere). Every tip is essential in some situation or significantly saves time over alternatives.
|
||||||
- This is written for Linux, with the exception of the "[MacOS only](#macos-only)" section. Many of the other items apply or can be installed on other Unices or MacOS (or even Cygwin).
|
- This is written for Linux, with the exception of the "[MacOS X only](#macos-x-only)" section. Many of the other items apply or can be installed on other Unices or MacOS (or even Cygwin).
|
||||||
- The focus is on interactive Bash, though many tips apply to other shells and to general Bash scripting.
|
- The focus is on interactive Bash, though many tips apply to other shells and to general Bash scripting.
|
||||||
- It includes both "standard" Unix commands as well as ones that require special package installs -- so long as they are important enough to merit inclusion.
|
- It includes both "standard" Unix commands as well as ones that require special package installs -- so long as they are important enough to merit inclusion.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue