Talk:Shell one-liner: Difference between revisions

(→‎About C and /tmp: new section)
Line 4:
 
The examples on the page seem to indicate that the task is running a line of the programming language ''from'' a shell; and not doing anything of the shell from the programming language. I am not sure exactly what you are allowed to use; because the OCaml example just echoes a string and pipes it into the ocaml program. You can do that with any language with an interpreter that reads from standard input, so it seems kind of trivial. --[[User:Spoon!|Spoon!]] 19:25, 26 August 2008 (UTC)
 
: As far as I know one-liners are just anything you can fit into a line (or more...!) of a shell, to do a task. So it is ok if you feed an interpreter with input through pipe, at least I believe so. --[[User:ShinTakezou|ShinTakezou]] 11:02, 9 February 2009 (UTC)
 
== About C and /tmp ==