Skip to content

Conversation

greenflute
Copy link
Contributor

add cat command without support of "-u"


set -e

cat README.md No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moon run src/cat? then grep "coreutils" for baseline.


// Process each file
for file in catOption.files {
match @fs.is_file?(path=file){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The document stats that

If a file is '-', the cat utility shall read from the standard input

I think we raise same error "Reading from stdin not supported yet"

@mengzhuo
Copy link
Contributor

This CI failure require update trie version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants