LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   show many different ways to print the result to the screen ? (https://www.linuxquestions.org/questions/linux-general-1/show-many-different-ways-to-print-the-result-to-the-screen-4175491722/)

stetas 01-18-2014 11:47 AM

show many different ways to print the result to the screen ?
 
Hello!

In the bash script there is this row CMD="ls -a" To the next row in the script it will execute the contents of the CMD and will print the result to the screen.

Is there anthor ways to do that ? And How ?

Many thanks

ukiuki 01-18-2014 05:15 PM

Yes there are many yes to print things on screen, if is about the ls command then type in the terminal:
Code:

man ls
That will show the manual for ls and all possible options for it.

Regards


All times are GMT -5. The time now is 06:22 AM.