Changes between Initial Version and Version 1 of Ticket #41602
- Timestamp:
- Nov 29, 2013, 9:17:36 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41602
- Property Keywords mavericks added; regex illegal byte sequence removed
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Ticket #41602 – Description
initial v1 2 2 Output from /usr/bin/file (5.0.4 from Apple) 3 3 4 {{{ 4 5 $ file dog 5 6 dog: ERROR: line 163: regex error 17, (illegal byte sequence) … … 10 11 $ file logz.nb 11 12 logz.nb: ERROR: line 163: regex error 17, (illegal byte sequence) 13 }}} 12 14 15 {{{ 13 16 $ /usr/bin/file dog 14 17 dog: ASCII English text … … 19 22 $ /usr/bin/file logz.nb 20 23 logz.nb: ASCII text 24 }}}