Yeah i will do Kelsey's way in ksh agus...@aguila:~$ ksh [agus...@aguila] /home/agustin $ for i in `cat acl.txt` > do > echo "."$i > done .sex.com .blahblah.com .weak.com
On 7/16/09, Kelsey Hartigan Go <[email protected]> wrote: > Another way is to use cat and awk -- > or even a script that reads line by line and concatenates a . > > > On Thu, Jul 16, 2009 at 2:21 PM, Ramil Galib <[email protected]> wrote: > > > Yes, the sed in OpenBSD does not have the -i option. > > You have to use a temporary storage file. > > > > _________________________________________________ > > Philippine Linux Users' Group (PLUG) Mailing List > > http://lists.linux.org.ph/mailman/listinfo/plug > > Searchable Archives: http://archives.free.net.ph > > > > > > -- > Kelsey Hartigan Go > Registered Linux user #5998 > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > http://lists.linux.org.ph/mailman/listinfo/plug > Searchable Archives: http://archives.free.net.ph > _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

