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

prips: fix stdin example #189

Merged
merged 1 commit into from
Nov 14, 2023
Merged

prips: fix stdin example #189

merged 1 commit into from
Nov 14, 2023

Conversation

maxmouchet
Copy link
Contributor

-e must be added to interpret backslash escapes.

echo '1.1.1.0/30\n8.8.8.0-8.8.8.255\n7.7.7.0,7.7.7.10' | ipinfo prips
# no output
echo -e '1.1.1.0/30\n8.8.8.0-8.8.8.255\n7.7.7.0,7.7.7.10' | ipinfo prips
# 1.1.1.0
# 1.1.1.1
# 1.1.1.2
# 1.1.1.3
# 8.8.8.0
# 8.8.8.1
# ...

@UmanShahzad UmanShahzad merged commit 29325bd into master Nov 14, 2023
@UmanShahzad UmanShahzad deleted the max/fix-prips-example branch November 14, 2023 17:36
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