You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* GNU fold treats '-' as a special file argument but that is an extension
* Standards document contains wording that stdin is only used if no arguments are given; OpenBSD follows this [1]
* The pod manual also says stdin is only used as a default for no file arguments ('-' is not documented to have a special meaning)
* This change was recently made to bin/head also
1. https://pubs.opengroup.org/onlinepubs/009695299/utilities/fold.html
0 commit comments