linux - Executing multiple commands without using ; and &? -


i need run command ls , cal in single line

but need write without using & , ; symbols...

is there way write it?

you use backticks , echo

echo `ls` "`cal`" 

the double quotes keep echo destroying whitespace in cals output.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -