Re: Can a Bourn Shell Script put itself in the background?

2009-06-05 Thread relay.lists
= #!/bin/bash # This script will sleep # 50 times for 1 second in # the background main() { for ((i=0 ; i=50 ;i++)) do sleep 1 let i++ done } main # EOF == -- Best regards, Daniel

branches, updates, buildworld

2008-09-10 Thread relay.lists
Hi, I'm new to FreeBSD and I'd like to give it a try as a PostgreSQL test server on an ancient box. Since I have a lot to learn about this OS, I chose FreeBSD-7.0-RELEASE. (It's the most current production-ready release now, right?). On the other hand I'd like to make every possible speed