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

Different results for files_starting_with_a_number #112

Closed
jcubic opened this issue Feb 8, 2017 · 1 comment
Closed

Different results for files_starting_with_a_number #112

jcubic opened this issue Feb 8, 2017 · 1 comment

Comments

@jcubic
Copy link

jcubic commented Feb 8, 2017

for the start with number challange I've provided this code:

find . -name '[0-9]*' -print0 | xargs -0 -L1 basename

it should work the same as the example code (from challenges.yaml) but it produce different results, it print:

540Katherine Jones instead of 40Katherine Jones and print 001dir that's not on results from provided example.

@jcubic jcubic changed the title Different results for correct one liner Different results for files_starting_with_a_number Feb 8, 2017
@jcubic
Copy link
Author

jcubic commented Feb 8, 2017

my bad it show directories as in #13

@jcubic jcubic closed this as completed Feb 8, 2017
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

No branches or pull requests

1 participant