Hi ,
i have one file , which contains the result of one field from the database table.
look like this,
+---------------+
| email |
+---------------+
| |
| |
| |
| |
| abc@example.com |
| ddd@example.com
ppp@example.com |
+---------------+
i want to write a script which can give me results like,
abc@example.com
ddd@example.com
ppp@example.com ..
I used sed command ,but not worked...
i have one file , which contains the result of one field from the database table.
look like this,
+---------------+
| email |
+---------------+
| |
| |
| |
| |
| abc@example.com |
| ddd@example.com
ppp@example.com |
+---------------+
i want to write a script which can give me results like,
abc@example.com
ddd@example.com
ppp@example.com ..
I used sed command ,but not worked...
Comment