Search Results

Search: Posts Made By: hk6279
2,060
Posted By bakunin
I suppose the problem being the "echo" statement....
I suppose the problem being the "echo" statement. It is fed the content of the variable "$line" and interprets it. "\n" and "\t" in your example are control characters, though. "\n" is "newline",...
2,060
Posted By Lem
Uhm. What's wrong with: lem@biggy:/tmp$ while...
Uhm.
What's wrong with:
lem@biggy:/tmp$ while IFS="|" read -r T_NAME P_NAME P_CODE _PATH _DATE; do
cat <<END >>outfile
T_NAME $T_NAME
P_NAME $P_NAME
P_CODE $P_CODE
PATH $_PATH
DATE ...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 02:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy