Add new aliases for the "--time" option for the "ls" command

2024-11-07 Thread EpicTux123 via GNU coreutils General Discussion
When using "ls --time=ARGUMENT" with an invalid argument, it prints the following: - Valid arguments are:  - ‘atime’, ‘access’, ‘use’  - ‘ctime’, ‘status’  - ‘mtime’, ‘modification’  - ‘birth’, ‘creation’ I think that new aliases would be cool to add. Specifically: accesstime,

Re: Add new aliases for the "--time" option for the "ls" command

2024-11-07 Thread Pádraig Brady
On 07/11/2024 11:20, EpicTux123 via GNU coreutils General Discussion wrote: When using "ls --time=ARGUMENT" with an invalid argument, it prints the following: - Valid arguments are:  - ‘atime’, ‘access’, ‘use’  - ‘ctime’, ‘status’  - ‘mtime’, ‘modification’  - ‘birth’, ‘cr