Skip to content

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.

3 participants