the following commands work fine: time ls
time "ls"
time 'ls'
this one doesnt:
time {ls}
time { ls }
so do we really have to enclose in brackets?
--
======================================================================
"The shortest way to do many things is to do only one thing at a time."
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
