|
Reply....
When I run the below command
awk '{ print $0 " +\\" }' hash_column_wrong.txt | bc
I got below exception..
bundling space exceeded on line 1,
bundling space exceeded on line 1,
bundling space exceeded on line 1,
is it due to \n character that occurs end of the line?.
|