Search Results

Search: Posts Made By: Wolfclaw
30,590
Posted By Wolfclaw
for some reason its working with single quotes in...
for some reason its working with single quotes in the command line arguments. I dont know why this is though *shrugs*
13,916
Posted By Wolfclaw
building on the first example to run a script...
building on the first example to run a script every minute, something like this maybe?

while 1;
do
first=`date +%s`
exec_script &
while 1;
do second=`date +%s`
...
30,590
Posted By Wolfclaw
Try passing the special characters with a \ in...
Try passing the special characters with a \ in front.
On the other hand why not simply use regular expressions with sed or perl etc. ?
4,775
Posted By Wolfclaw
Try the set option heading on instead of ...
Try the set option heading on instead of heading off , on line 6

Link (http://www.ss64.com/orasyntax/plus_set.html)
Forum: Open Source 08-31-2008
197,273
Posted By Wolfclaw
wow, i was expecting ubuntu to top it, but redhat...
wow, i was expecting ubuntu to top it, but redhat takes the cake eh?

i think Debian got a respectable enough score, just what I was expecting. Go Debian. :D
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 05:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy