मैं इस उपनाम को काम करने की कोशिश कर रहा हूं।
alias awhois='whois -h whois.cymru.com " -v $1"'
लेकिन बैश समान आउटपुट नहीं देता है।
# awhois 8.8.8.8
Error: no ASN or IP match on line 1.
AS | IP | AS Name
15169 | 8.8.8.8 | GOOGLE - Google LLC, US
# whois -h whois.cymru.com " -v 8.8.8.8"
AS | IP | BGP Prefix | CC | Registry | Allocated | AS Name
15169 | 8.8.8.8 | 8.8.8.0/24 | US | arin | 1992-12-01 | GOOGLE - Google LLC, US
मैं यह कैसे काम कर सकता हूं? धन्यवाद।
-bash: .bash_profile: line 55: syntax error near unexpected token `(' -bash: .bash_profile: line 55: `awhois()'
क्या यह सामान्य है?