diff --git a/crates/nu-command/src/strings/char_.rs b/crates/nu-command/src/strings/char_.rs index bcc35a45c9..d3061e08fd 100644 --- a/crates/nu-command/src/strings/char_.rs +++ b/crates/nu-command/src/strings/char_.rs @@ -164,6 +164,9 @@ static NO_OUTPUT_CHARS: LazyLock> = LazyLock::new(|| { [ // If the character is in the this set, we don't output it to prevent // the broken of `char --list` command table format and alignment. + "nul", + "null_byte", + "zero_byte", "newline", "enter", "nl",