GIAC
GPYC · Question #24
Which command will search for python modules that will have the ability to parse pcap files?
The correct answer is B. pip search pcap. You've hit your limit · resets 1pm (America/New_York)
Python Fundamentals & Command Line Tools
Question
Which command will search for python modules that will have the ability to parse pcap files?
Options
- A
locate(pcap)
- Bpip search pcap
- Cpip pcap
- D
pfind(pcap)
How the community answered
(66 responses)- A2% (1)
- B88% (58)
- C5% (3)
- D6% (4)
Explanation
You've hit your limit · resets 1pm (America/New_York)
Topics
#pip#package management#module search#command line
Community Discussion
No community discussion yet for this question.