mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Added links to POSIX test(1) and Greg's BashFAQ
@@ -34,7 +34,7 @@ fi
|
|||||||
|
|
||||||
### Rationale:
|
### Rationale:
|
||||||
|
|
||||||
`test -nt` is an extension in ksh, bash and dash, but it is not covered by POSIX.
|
`test -nt` is an extension in ksh, bash and dash, but it is [not specified by POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html).
|
||||||
|
|
||||||
### Exceptions:
|
### Exceptions:
|
||||||
|
|
||||||
@@ -46,4 +46,6 @@ warnings.
|
|||||||
|
|
||||||
### Related resources:
|
### Related resources:
|
||||||
|
|
||||||
* [Greg's Wiki - Bashism - Conditionals](https://mywiki.wooledge.org/Bashism#Conditionals)
|
* Greg's Wiki
|
||||||
|
* [BashFAQ #3: How can I sort or compare files based on some metadata attribute (newest / oldest modification time, size, etc)?](https://mywiki.wooledge.org/BashFAQ/003)
|
||||||
|
* [Bashism - Conditionals](https://mywiki.wooledge.org/Bashism#Conditionals)
|
||||||
|
Reference in New Issue
Block a user