[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bash Script regular expression



Hi,

On 10/02/12 08:30, Alejandro Rodriguez Luna wrote:
Hi everyone, I was creating a script and i found something i can't figure out.

#/bin/bash
for i in $(cat certificates.txt)
do echo $i
done

I expected this

RSA Secure Server Certification Authority
VeriSign Class 1 CA Individual Subscriber-Persona Not Validated


but i got this

RSA
Secure
Server
Certification
Authority
VeriSign
Class
1
CA
Individual
Subscriber-Persona
Not
Validated

  any ideas how to fix this? i mean, how can i get the whole line instead of word by word?

This might be helpful:

http://mywiki.wooledge.org/DontReadLinesWithFor

Lorenzo.


Reply to: