[Midnightbsd-cvs] [MidnightBSD/src] d1f0d9: cat: add -A flag (equivalent to GNU cat -A)

Lucas Holt noreply at github.com
Sat May 16 17:23:28 EDT 2026


  Branch: refs/heads/feature/cat-A-flag
  Home:   https://github.com/MidnightBSD/src
  Commit: d1f0d93485ce32cda6b340a47d2412345ddfb890
      https://github.com/MidnightBSD/src/commit/d1f0d93485ce32cda6b340a47d2412345ddfb890
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-16 (Sat, 16 May 2026)

  Changed paths:
    M bin/cat/cat.1
    M bin/cat/cat.c
    A bin/cat/tests/A_flag_test.sh
    M bin/cat/tests/Makefile

  Log Message:
  -----------
  cat: add -A flag (equivalent to GNU cat -A)

Add -A flag to cat(1) utility, which is equivalent to -et (enables
vflag, eflag, and tflag). This matches the behavior of GNU cat.

Updated man page and added a new ATF test case to verify equivalence.

AI-Assisted-by: Gemini CLI <noreply at google.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list