Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm looking to find a command from within terminal that will give me something along the lines of
print all images /entire-path/to-directory
ideally bringing up the GUI to allow me to choose which printer etc. (so I can choose if I want to print to PDF or to CUPS) it simply takes too long to open each photo, FILE, PRINT
Or, even simpler, lpr *.jpg. But that assumes that all you image files have a jpg extension.
If, instead, you wanted to print every file in, say, an "images" sub-directory of your current directory, you could do a lpr images/* or something similar. See info bash under "Basic Shell Features" in the "Shell Expansion" section for a description of how the shell expands things like "*" and so on.
Also, look at man lpr for a description of the lpr command options.
Last edited by PTrenholme; 12-21-2008 at 07:26 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.