Commit graph

1 commit

Author SHA1 Message Date
jedarden
37fb74d431 docs(bf-694ie): document output redirection verification for pdftract
Created verification note documenting stdout and stderr capture
to log files using standard shell redirection syntax (> output.log 2>&1).

Verified:
- Both stdout and stderr are captured to log files
- Files created in notes/ directory with 644 permissions
- Log files are readable with cat and other standard tools
- Tested with pdftract --help (stdout) and error commands (stderr)

Closes bf-694ie.
2026-07-06 10:43:29 -04:00