Question: on Kali, construct a bash pipe command sequence (e.g. cmd1 < input | cmd2| cmd3, etc.) using find to print out all the file extensions
on Kali, construct a bash "pipe" command sequence (e.g. "cmd1 < input | cmd2| cmd3", etc.) using find to print out all the file extensions found on one of your VMs (myvm, VM1, Kali, drupal, etc.) starting at the root of the file system. By extensions I mean (.txt, .jpeg, etc.).
show the command working and the top 10 lines of the resulting output
Create a histogram of the extension types found (using bash commands). Show the command and the top 10 extensions (i.e. most times seen).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
