Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #184

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ compare against the true GNU coreutils version on the Linux-based tests first.
| | stdbuf | Run a command with modified I/O stream buffering | |
| | stty | Print or change terminal characteristics | |
| ✓ | sum | Print checksum and block counts | ✓ |
| ✓ | sync | Synchronize cached writes to persistent storage | |
| ✓ | sync | Synchronize cached writes to persistent storage | ✓ |
| ✓ | tac | Concatenate and write files in reverse | ✓ |
| ✓ | tail | Output the last part of files | ✓ |
| | tee | Redirect output to multiple files or processes | ✓ |
Expand All @@ -162,4 +162,4 @@ compare against the true GNU coreutils version on the Linux-based tests first.
| ✓ | whoami | Print effective user ID | ✓ |
| ✓ | yes | Print a string until interrupted | ✓ |

Windows ✓ if the utility exists in the [Windows version of GNU coreutils](https://github.com/mingw-io/coreutils).
Windows ✓ if the utility exists in the [Windows version of GNU coreutils](https://github.com/mingw-io/coreutils).
Loading