Do we really need the -q option? On Thu, Mar 6, 2025, 18:22 Austin Group Issue Tracker via austin-group-l at The Open Group <austin-group-l@opengroup.org> wrote:
> A NOTE has been added to this issue. > ====================================================================== > https://www.austingroupbugs.net/view.php?id=1616 > ====================================================================== > Reported By: illiliti > Assigned To: > ====================================================================== > Project: Issue 8 drafts > Issue ID: 1616 > Category: Shell and Utilities > Type: Enhancement Request > Severity: Editorial > Priority: normal > Status: New > Name: Mark Lundblad > Organization: > User Reference: > Section: Shell and Utilities > Page Number: - > Line Number: - > Final Accepted Text: > ====================================================================== > Date Submitted: 2022-11-08 23:03 UTC > Last Modified: 2025-03-06 17:19 UTC > ====================================================================== > Summary: Standardize mktemp utility > ====================================================================== > > ---------------------------------------------------------------------- > (0007095) stephane (reporter) - 2025-03-06 17:19 > https://www.austingroupbugs.net/view.php?id=1616#c7095 > ---------------------------------------------------------------------- > <pre>rm "$file"</pre> > > Should rather be <pre>rm -- "$file"</pre> or maybe even <pre>rm -f -- > "$file"</pre> to avoid potential user prompts. > > No support for <pre>mktemp /tmp/XXXXXX.html</pre> or <pre>mktemp -s > .html</pre> > then? > > Issue History > Date Modified Username Field Change > > ====================================================================== > 2022-11-08 23:03 illiliti New Issue > > 2022-11-08 23:03 illiliti Name => Mark > Lundblad > 2022-11-08 23:03 illiliti Section => Shell and > Utilities > 2022-11-08 23:03 illiliti Page Number => - > > 2022-11-08 23:03 illiliti Line Number => - > > 2022-11-08 23:30 steffen Note Added: 0006038 > > 2022-11-09 13:18 illiliti Note Added: 0006041 > > 2023-02-22 13:30 ormaaj Note Added: 0006166 > > 2023-02-22 19:10 ormaaj Note Edited: 0006166 > > 2025-02-28 18:37 eblake Note Added: 0007089 > > 2025-03-06 11:09 geoffclare Note Added: 0007093 > > 2025-03-06 11:10 geoffclare Note Edited: 0007093 > > 2025-03-06 11:10 geoffclare Note Edited: 0007093 > > 2025-03-06 11:11 geoffclare Note Edited: 0007093 > > 2025-03-06 15:15 eblake Note Edited: 0007093 > > 2025-03-06 15:53 geoffclare Note Edited: 0007093 > > 2025-03-06 17:19 stephane Note Added: 0007095 > > ====================================================================== > > >