raksrules
Oracle
In Unix i am using the following command to read one line from a file and echo it but this does not work. I have used it before (in another project) and it had worked there
Is there any other way i can read from this file which will have only one line.
Code:
cat /usr/tmp/abc.txt | read errcode
echo $errcode
Is there any other way i can read from this file which will have only one line.