A NOTE has been added to this issue. ====================================================================== https://austingroupbugs.net/view.php?id=1866 ====================================================================== Reported By: steffen Assigned To: ====================================================================== Project: 1003.1(2024)/Issue8 Issue ID: 1866 Category: Shell and Utilities Type: Enhancement Request Severity: Editorial Priority: normal Status: New Name: steffen Organization: User Reference: Section: crontab Page Number: 2749 ff. Line Number: 90909 ff. Interp Status: --- Final Accepted Text: ====================================================================== Date Submitted: 2024-10-31 00:28 UTC Last Modified: 2024-10-31 10:05 UTC ====================================================================== Summary: crontab: does not support Utility Syntax Guideline 13 ======================================================================
---------------------------------------------------------------------- (0006941) geoffclare (manager) - 2024-10-31 10:05 https://austingroupbugs.net/view.php?id=1866#c6941 ---------------------------------------------------------------------- > ^C#?1|oi-2024:steffen$ crontab - > crontab: can't open your crontab file. It is trying to open a file named '-', same as on Solaris 11.4: $ crontab - crontab: can't open your crontab file. $ touch ./- $ crontab - $ echo $? 0 This is allowed by Guideline 13, which crontab is already required to conform to. The portable way to use stdin is to omit the file operand. Issue History Date Modified Username Field Change ====================================================================== 2024-10-31 00:28 steffen New Issue 2024-10-31 00:28 steffen Name => steffen 2024-10-31 00:28 steffen Section => crontab 2024-10-31 00:28 steffen Page Number => 2749 ff. 2024-10-31 00:28 steffen Line Number => 90909 ff. 2024-10-31 00:29 steffen Note Added: 0006939 2024-10-31 09:44 jclulow Note Added: 0006940 2024-10-31 10:05 geoffclare Note Added: 0006941 ======================================================================
