1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 15:35:28 +02:00
Commit graph

3 commits

Author SHA1 Message Date
K.B.Dharun Krishna
898f711019
pages/*: update GNU coreutils links, sync translation pages (#15543)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-01-18 18:45:33 +05:30
Gabe Livengood
9d865abee1
test: Use POSIX-compliant example for equals comparison (#11728)
* [: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.

* test: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.
2023-12-14 20:31:13 +05:30
Krzysztof Bociurko
78b19eebc3
[, test: add Polish translation (#7354) 2021-11-07 00:57:43 +00:00