Fill This Form To Receive Instant Help
Homework answers / question archive / Linux task Please use wget to download archive from UCL :https://delta-xi
Linux task
Please use wget to download archive from UCL :https://delta-xi.net/download/vlc-master.zip and then answer the following questions:
How many files and directories are contained in the entire VLC source code? (i.e., including all sub-directories) . Use the find command and the -type command-line option to solve this question
How many "hidden" directories, i.e. "dot-files" are contained in the vlc-master directory?
please provide also your working commands.