Skip to content

Command output redirect generates "empty" files #7

@kartben

Description

@kartben

When doing e.g. the following command (which works fine without redirecting output):

ls -R --format NcrYd > board.html

I get an "empty" file (except for the template). Same happens with .txt and .svg

<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">

<style>

body {
    color: #000000;
    background-color: #ffffff;
}
</style>
</head>

<body>

    <pre style="font-family:Courier New, monospace"><code></code></pre>

</body>

</html>

This is with v0.2.3

Metadata

Metadata

Assignees

Labels

bugThe software does not behave as expected or documented

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions