Hacker News new | ask | show | jobs
by dogol 930 days ago
$ find 'https://sourceforge.net/projects/elkirtasse/files/' -user $USER

find: 'https://sourceforge.net/projects/elkirtasse/files/': No such file or directory

How, what is the real correct answer

1 comments

find works on your local drives not internet addresses. You’d have to download that project to use find on it.