1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-26 21:04:16 +02:00
Files
jc/jc
fuleinist 27ef603acc Fix lsattr parser for filenames with spaces
Use maxsplit=1 with line.split() to properly handle filenames
containing spaces or newlines. Previously split() without maxsplit
would incorrectly split './ok ok ok ok ok' into 6 parts instead of 2.

Fixes: https://github.com/kellyjonbrazil/jc/issues/694
2026-04-17 08:06:11 +08:00
..
2025-07-24 13:13:21 -07:00
2025-05-28 14:54:29 -07:00
2025-04-02 12:06:59 -07:00
2025-05-28 13:18:00 -07:00
2025-05-27 09:06:26 -07:00