Added links to POSIX test(1) and Greg's BashFAQ

Lawrence Velázquez
2024-03-08 20:05:45 -05:00
parent 6708aaa197
commit 19c887b21d

@@ -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)