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

Multple filename in command line #5

Merged
merged 3 commits into from
Jul 20, 2015
Merged

Multple filename in command line #5

merged 3 commits into from
Jul 20, 2015

Conversation

llloic11
Copy link
Contributor

I just want to support something like:
uchardet$ src/tools/uchardet test/*
test/big5.txt: Big5
test/gb18030.txt: gb18030
test/shift_jis.txt: Shift_JIS
test/utf8.txt: UTF-8

It seems easier to me than having to do a for loop in the shell, what do you think ?

And also, I have change the error message when fopen failed to use perror which reports a more precise error message in my opinion.
Best Regards

BYVoid added a commit that referenced this pull request Jul 20, 2015
Multple filename in command line
@BYVoid BYVoid merged commit 47316bb into BYVoid:master Jul 20, 2015
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