Ashraf Al-Basti <Ashraf.Albasti at jt.net.jo> writes: > Thanks, but if i want to read from file using cat how to do that? a) don't write the \n to the file in the first place, or b) pipe the output through `tr -d \n`, or c) write a simple script to read the file and preprocess the data as you like before feeding it to freeradius Bjørn