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
I have a list of a few hundred hostnames, all of them has a number included in the name, ie dell24.domain.com, dell324.domain.com, hp325.domain.com. Most hostnames have unique number with the hostname, but some contains a partial of the other number ie 24 and 324.
sk is already saving me time from not typing the entire hostname, but I'm trying to be extra lazy and not even interact with the sk interface if --query=xxx only have a single hit.
so --query=24 will have 2 hits with the above hostnames, and will work as currently.
but --query=324 will only have 1 hit, so should automatically return dell324.domain.com.
I would suggest another flag like --auto-select-single-query-match to be used along with --query to enable this feature.
Thanks,
The text was updated successfully, but these errors were encountered:
I have a list of a few hundred hostnames, all of them has a number included in the name, ie dell24.domain.com, dell324.domain.com, hp325.domain.com. Most hostnames have unique number with the hostname, but some contains a partial of the other number ie 24 and 324.
sk is already saving me time from not typing the entire hostname, but I'm trying to be extra lazy and not even interact with the sk interface if --query=xxx only have a single hit.
so --query=24 will have 2 hits with the above hostnames, and will work as currently.
but --query=324 will only have 1 hit, so should automatically return dell324.domain.com.
I would suggest another flag like --auto-select-single-query-match to be used along with --query to enable this feature.
Thanks,
The text was updated successfully, but these errors were encountered: