1
क्यों `प्रकार है जो` कहते हैं कि `जो हैशेड` है?
शेल-बिल्डिंस के मामले में (उदाहरण typeके लिए): $ type type type is a shell builtin $ which type <Doesn't return anything since it's a shell builtin, silently exits> आदेशों के मामले में (सामान्य रूप से) (उदाहरण के लिए python): $ type python python is /usr/bin/python $ which python /usr/bin/python के …
31
command-line