Skip to content

Instantly share code, notes, and snippets.

@hernad
Created November 30, 2010 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hernad/722158 to your computer and use it in GitHub Desktop.
Save hernad/722158 to your computer and use it in GitHub Desktop.
bringout@nd-273:~/FIT/RM$ find -name "*.pdf"
./RMW1_Povezivanje_racunara.pdf
./RMW_Uvod_u RM.pdf
./kolizijske_domene_kablovi_2010_2011.pdf
./Racunarske mreze_syllabus_10_11.pdf
./vjez/RMV5_Routeri.pdf
./vjez/RMV1_Povezivanje_racunara.pdf
./vjez/RMV2_TCP_OSI_modeli.pdf
./vjez/Mediji_ 2010_2011.pdf
./vjez/RMV4_Ethernet.pdf
./pred/RM 3-Komunikacijski linkovi i dijeljenje linkova.pdf
./pred/RM 1-Uvod u racunarske mreze.pdf
.....
./ws/RMW1_Povezivanje_racunara.pdf
./ws/RMW_Uvod_u RM.pdf
./ws/kolizijske_domene_kablovi_2010_2011.pdf
./ws/RMW4_Ethernet.pdf
# napravicu txt iz pdf-ova
bringout@nd-273:~/FIT/RM$ find -name "*.pdf" -exec pdftotext \{\} \;
# evo sta sam dobio
bringout@nd-273:~/FIT/RM$ find -name "*.txt"
./Racunarske mreze_syllabus_10_11.txt
./kolizijske_domene_kablovi_2010_2011.txt
./RMW_Uvod_u RM.txt
./vjez/RMV2_TCP_OSI_modeli.txt
./vjez/RMV5_Routeri.txt
./vjez/Mediji_ 2010_2011.txt
./vjez/RMV1_Povezivanje_racunara.txt
.....
./ws/RMW_Uvod_u RM.txt
./ws/RMW5_Osnove_routera.txt
./ws/RMW4_Ethernet.txt
./ws/RMW1_Povezivanje_racunara.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment