Jan Novak <bforpc@yahoo.de> writes: ich möchte mir mit mrtg eine Statistik ausgeben: mywait=$(LANG=C top -n 1|grep "Cpu"|cut -f10 -d" "| sed -e s/%%.*$//) da kommt dann z.B. 0.8 raus. Diesen Wert kann mrtg nicht anzeigen. In einem Forum habe ich gelesen, dass ich das mit 100 multiplizieren muss. OK, geht baer auch nicht, weil INDATA=$(expr $mywait * 100) Der Asterisk
Package: xserver-xorg Version: 1:7.7-2 Severity: important Tags: upstream patch In short, the comma character is used to split options up (as opposed to, say, letting bash do it because presumabely bash doesn't have a well-known set of quoting and escaping rules used for specifying individual startup options to executables). In lieu of doing it properly, the included patch allows options
Many thanks, Greg! I got it to work by emulating what you wrote. But I think you meant -A, not -At below. psql -c "select name,setting from pg_settings limit 1" -d postgres -At -F $'\t' Regards, Tena Sakai tsakai@gallo.ucsf.edu On 5/31/10 8:07 PM, "Greg Smith" <greg@2ndquadrant.com> wrote: Tena Sakai wrote: $ echo "select marker, p, afreq from gallo.fbat_sdsdecode
In <slrnhuop0i.l5f.satyap@gort.thesatya.com>, on 05/13/2010 at 08:59 PM, Satya <satyap@satyaonline.cjb.net> said: "All commands sent by the client have /n (0x0A)" There's a more serious problem: <UI elided>. -- Shmuel (Seymour J.) Metz <http://patriot.net/~shmuel> ISO position Reply to domain Patriot dot net user shmuel+bspfh to contact me. We don't care. We don't have to care,
Wow, you're right ... about everything! This backslash operator will work a LOT better. So let me see if I understand this. I've got some function, Y, that I'm trying to minimize Y=A - [ (k1)rx + (k2)ry ] where A, rx, and ry are 480x480 matrices, and k1 and k2 are the parameters I am trying to solve for. I say that Y=0, so now A = (k1)rx + (k2)ry + k3 From what I've been able to gather