LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   echoe back "linux" (https://www.linuxquestions.org/questions/linux-software-2/echoe-back-linux-78038/)

jon_k 08-01-2003 10:37 AM

echoe back "linux"
 
There is a command that will echo back the result "linux" and thats all it says if you typ it.

Anyone know of the command I'm speaking of?

I need to know.
tHANKS

MacKtheHacK 08-01-2003 11:06 AM

Do you perhaps mean the "uname" command? By default, it writes
the name of the operating system to the standard output.

slakmagik 08-01-2003 11:08 AM

echo

*g*

'echo linux' will echo 'linux'.

So if you had a, um, script containing that line called 'foo', every time you typed 'foo' bash would spit back 'linux'.

Then there's also 'uname' - that'll do it too.


All times are GMT -5. The time now is 01:31 AM.