LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Command (https://www.linuxquestions.org/questions/linux-newbie-8/command-4175547373/)

Lin77 07-06-2015 06:26 PM

Command
 
I would like to know the command for printing the text of an entire file from the terminal window.

replica9000 07-06-2015 06:27 PM

cat <name-of-file>

Keith Hedger 07-06-2015 07:01 PM

As you managed to find this site and sign up for an account I'm suprised you couldn't do a simple google search like 'basic linux commands' which would have answered your question.

Doug G 07-06-2015 07:24 PM

Code:

lpr -P <printer> <filename>


All times are GMT -5. The time now is 05:52 PM.