woensdag 26 april 2017

find command: finding files with wildcards

Hoe de file: pythonmanual.pdf te vinden in de map ~/Downloads.
Ik heb dit probleem opgelost door naar de map Downloads te gaan:
$ cd Downloads

Dan de find command uitgevoerd:
$ find -name python\*.pdf
./pythonmanual.pdf

Voor meer informatie:
http://stackoverflow.com/questions/13423824/wild-cards-on-find-and-ls


Enlarging Libreoffice window completely with command

 You can open the LibreOffice window completely by pressing the CTRL+Shift+J keys together.