[fpc-pascal] HOW TO, PROBLEM read stdin (linux) ??

TOUZEAU DAVID david.touzeau at fr.kaspersky.com
Sat Nov 24 12:15:04 CET 2007


Dear

What is the best way to read into a memory datas from this command.


"/bin/myprogram </home/tests/file.txt "


my test program read only the first line from stdline.
What i miss ???


program myprogram;

{$mode objfpc}{$H+}

uses
  Classes, SysUtils;
var
  st: text;
  s: string;
begin
  assign(st,'');
  reset(st);
  readln(st,s);
 
  writeln(s)
 
end. 



-- 
David Touzeau -------------------------- Linux Ubuntu 7.04 feisty 
FreePascal-Lazarus,perl,delphi,php artica for postfix management console 
(http://www.artica.fr) icq:160018849



More information about the fpc-pascal mailing list