c5e55f981f
Merge pull request #574 from wyattscarpenter/patch-1
...
copy-editing around mention of pipefail
2018-10-03 14:29:19 -07:00
2bcfcaa455
copy-editing around mention of pipefail
2018-09-14 22:31:42 -05:00
35daaa4e1b
Merge pull request #573 from jlevy/update-authors
...
Update authors.
2018-08-18 18:07:58 -07:00
70d292f3be
Group maintainers/translators/contributors.
2018-08-18 17:59:48 -07:00
399af122b9
Update authors.
2018-08-18 17:54:04 -07:00
e7241594c3
Merge pull request #568 from koh7/master
...
update README-ja.md
2018-08-18 17:35:51 -07:00
bc3f954351
Merge pull request #572 from tangchengcheng/master
...
minor language edit
2018-08-18 17:35:10 -07:00
a319616fa5
Merge pull request #571 from ericguirbal/fr
...
fr: Synchronize the translation
2018-08-18 17:34:21 -07:00
c89afb8116
minor language edit
2018-08-13 22:32:07 -07:00
14c19600f0
fr: Synchronize the translation
2018-08-06 17:57:43 +02:00
5ebfe9118f
Add useful pandoc example
...
#569
2018-08-05 00:02:43 -07:00
a393ebeaea
Merge pull request #567 from gayu-mike/patch-1
...
Update `apt-get` to `apt`
2018-08-04 23:59:21 -07:00
bcd4c080c3
Merge pull request #561 from nglee/ko
...
ko: Update Meta and Basics section
2018-08-04 23:55:42 -07:00
3842e25e24
fix typo
2018-08-05 15:10:05 +09:00
2d25e58a22
update README-ja.md
2018-07-21 09:30:34 +09:00
592576949b
Update apt-get
to apt
...
I suggest that updating `apt-get` to `apt` because the latter is more *up-to-date* . Most of `apt-get` and `apt-cache` 's commands are available on `apt` in a more *user-friendly* way. Check [this](https://lists.debian.org/debian-devel/2014/04/msg00013.html ) out.
2018-07-18 09:59:55 +08:00
54dfd78b03
Merge pull request #563 from petk/patch-sl
...
sl: Update Slovenian translation
2018-06-14 22:57:41 -07:00
8a560b5dc9
sl: Update Slovenian translation
2018-06-13 12:25:30 +02:00
911db8df68
ko: Update Meta and Basics section
2018-05-21 09:39:47 +09:00
8ee5bfd705
Merge pull request #557 from AlexanderBodin/patch-1
...
Update README
2018-04-15 16:47:08 -07:00
56d6a094a2
Update README
2018-04-14 17:08:51 +02:00
836d3929ab
Merge pull request #554 from dspinellis/progress-monitor
...
Add pmonitor link and correct tools' description
2018-04-07 13:25:51 -07:00
2abdf9d808
Add pv link as well.
2018-04-07 13:24:55 -07:00
b81ac31ba1
Merge pull request #550 from dflamand/here-document
...
Expand on "here document"
2018-04-07 13:21:59 -07:00
1178af6816
Shorten language on heredocs.
2018-04-07 13:21:21 -07:00
8cfae524f6
Merge pull request #552 from dspinellis/macOS
...
Rename OS X into the current macOS name
2018-04-07 13:10:14 -07:00
452327870b
Fix link
2018-04-07 13:09:31 -07:00
3a7f154864
Fix link
2018-04-07 13:08:47 -07:00
5347322b32
Merge pull request #551 from anna-d/master
...
el: Update translation
2018-04-07 13:07:43 -07:00
499d59ad30
el: Update translation
2018-04-04 00:30:39 +01:00
89402366a6
Add pmonitor link and correct tools' description
2018-04-03 10:44:10 +03:00
b4f7a83ce6
Rename OS X into the current macOS name
...
The name was changed in 2016; see https://en.wikipedia.org/wiki/MacOS#macOS
2018-04-03 09:57:27 +03:00
7157834938
el: Update translation
2018-04-03 01:38:05 +01:00
01cb49ff90
Expand on "here document"
...
The here document description was poor, add a bit of detail, a small example, and a link for more information.
2018-03-31 22:30:06 -07:00
666c7fee18
Update CONTRIBUTING.md
2018-03-25 09:37:03 -07:00
4bea369ba1
Merge pull request #498 from hpanago/patch-1
...
Added nano editor on basics for starters
2018-03-19 10:37:05 -07:00
fffd56d236
Rewrite editor section.
2018-03-19 10:35:52 -07:00
38bda5c08f
Merge pull request #543 from jlevy/jlevy-patch-1
...
Another couple uconv examples I find useful.
2018-03-13 18:40:17 -07:00
ddb79dba36
Merge pull request #546 from jlevy/jlevy-patch-2
...
Add ISO 8601 date command.
2018-03-05 11:54:46 -08:00
910efd23dd
Add ISO8601 date command.
2018-03-05 11:53:25 -08:00
1777450d82
Another couple uconv examples I find useful.
...
Always hard to remember and look up, so worth listing here.
2018-02-23 16:28:09 -08:00
405d4fa665
Merge pull request #539 from 0xmohit/brace-expansion
...
Mention that brace expansion is performed before any other expansion
2018-01-09 19:53:51 -08:00
08824c0e9e
Split out bullet.
2018-01-09 19:53:26 -08:00
2e7bdfd678
Merge pull request #540 from 0xmohit/process-substitution
...
Mention that `<(...)` refers to process substitution.
2018-01-09 19:50:55 -08:00
6fae9cf351
Mention that <(...)
refers to process substitution.
...
This is a replacement for #465 .
2018-01-08 09:00:34 +05:30
915a880d9c
Mention that brace expansion is performed before any other expansion
...
Specified the order of expansions with an example.
This is a replacement for #465 .
2018-01-08 08:56:49 +05:30
a7c4d571bf
Merge pull request #538 from petk/patch-win
...
Rename WSL
2018-01-04 10:38:37 -08:00
3f6cdcbaa6
WSL now allows running Linux and Windows programs
2018-01-03 23:29:20 +01:00
00082dc6ba
Rename WSL
...
When introduced, Windows Subsystem for Linux was available only with
Ubuntu image. The next updates offerred more Linux distributions,
therefore the naming of this layer is changed to WSL.
2018-01-01 20:59:39 +01:00
9fdd56bff8
Merge pull request #535 from youngwookim/fixtypo1
...
Fix a typo and spacing words in Korean translation
2017-12-30 22:08:04 -08:00