Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katridi authored Mar 16, 2019
1 parent 4570ac1 commit 289e2d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

downloaded via __[coursera-dl](https://github.com/coursera-dl/coursera-dl)__

> $ coursera-dl -u __youremail__ -p __yourcourserapassword__ -f "pdf" --path=here/is/path/to_folder --clear-cache machine-learning
> $ coursera-dl -u __youremail__ -p __yourcourserapassword__ -f "pdf" --path=__here/is/path/to_folder__ machine-learning
to extract all pdfs from all folders recursively
> $ find . -iname "*.pdf" -exec mv {} ~/Desktop/machine-learning/ \;
> $ find __here/is/path/to_folder__ -iname "*.pdf" -exec mv {} __here/is/path/to_folder__ \;
delete all empty folders
> $ find . -type d -empty -delete
> $ find __here/is/path/to_folder__ -type d -empty -delete

0 comments on commit 289e2d6

Please sign in to comment.