|
From: Daniel J S. <dan...@ie...> - 2006-05-11 17:38:32
|
Ethan Merritt wrote: > On Thursday 11 May 2006 09:37 am, Daniel J Sebald wrote: > >>Neither "<head -100 /bin/true" nor the above work. > > > Works for me. I tried it out before suggesting it. I'm not a unix guru. What is this pipe command attempting to do? The "head" command displays the first hunk of a file. So this attempts to print the first hunk of the file /bin/true? (I don't see an option for head of "-#".) That doesn't make sense. Were you instead attempting to take the executed result of /bin/true (a 1) and place it in the input stream 100 times? Dan |