I'm trying to install a tool from github. I want to download a folder that contains many files (but not other folders).
when I use only wget [link]
I get one file that concatenate all files in the folder instead of separate files.
I tried using -r
and -np
options but it didn't help.
Will appreciate any help