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

additional solution #147

Open
ghost opened this issue Jul 16, 2017 · 2 comments
Open

additional solution #147

ghost opened this issue Jul 16, 2017 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented Jul 16, 2017

Hello,
for the challenge https://cmdchallenge.com/#/remove_files_with_extension - one more possible combination to solve should be:
seq 100 | tr '\n' ' '
Thank you for your time.

  • Halina -
@jarv
Copy link
Owner

jarv commented Jul 17, 2017

Thanks for the report.
The problem with this solution is that it also gets rid of the very last '\n' which isn't displayed on the web terminal. There is definitely a display bug here as it should give you "... 99 100bash>" to show the last linefeed was removed.

@jarv jarv added the bug label Jul 17, 2017
@ghost
Copy link
Author

ghost commented Aug 9, 2017

Thank you for the reply and a review John!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant