You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: