Print all files in a folder
I needed to print all files, that I placed in a certain folder before. The following line will do the job: for i in *; do lpr “$i”; done;
Entrepreneur | DevOps Engineer | Speaker
I needed to print all files, that I placed in a certain folder before. The following line will do the job: for i in *; do lpr “$i”; done;
Hiermit eröffne ich eine neue Rubrik: Universität. Hier stelle ich meine Mitschriften zum Informatikstudium an der TU München zur Verfügung. Hier: Lineare Algebra Skript Falls jemand das weitere Erstellen des Skriptes unterstützen möchte, klick doch bitte auf den Flattr Button. Ich Continue Reading …
How do I install Ubuntu Lucid Lynx, create a Dual-Boot system and import my files from an existing windows installation? This tutorial tries to focus mainly on beginners who want to try Ubuntu or try to make their first own Continue Reading …