meta data for this page
  •  

Keresés

A keresés eredményét lentebb láthatod.

Teljes szöveg:

TSM napi riport shell szkript @shell:riportok
39 Találatok, Utolsó módosítás:
RONTEND_CAP/1024/1024 as decimal (8,2)) as "Front-End TB",substr(FRONTEND_CAP_DATE,1,19) as "Front-End Date",FRONTEND_CLIENT_COUNT as "Front-End client count",cast(TOTALSUROCC_TB as decimal (8,2)) as "SUR ... RONTEND_CAP/1024/1024 as decimal (8,2)) as "Front-End TB",substr(FRONTEND_CAP_DATE,1,19) as "Front-End
Hasznos TSM SQL lekérdezések
33 Találatok, Utolsó módosítás:
eonként === <WRAP prewrap> <file>select - sum((end_time-start_time) minutes) as "Minutes", - decimal(cast(sum((end_time-start_time) minutes) as decimal (6,2)) /1440... rt_time),1,2)) as ORA, sum( cast(CASE WHEN substr(end_time,1,13)=substr(start_time,1,13) THEN timestampdiff(4,end_time-start_time) WHEN substr(end_time,1,13)>subst
Szkriptelés @linux
6 Találatok, Utolsó módosítás:
le | sed 's/([^(]*)$/,&/' | awk -F'[,]' '{a[$2]++}END{for(k in a) print $1,k,$3,"("a[k]"x)"}' ==== Use... shortest part of $Pattern that matches the front end of $var.| |${var##Pattern} | Remove from $var the longest part of $Pattern that matches the front end of $var.| |${var%Pattern} | Remove from $var the shortest part of $Pattern that matches the back end of $var.| |${var%%%%Pattern} | Remove from $var t
Linux okosságok
3 Találatok, Utolsó módosítás:
find / -printf '%u %k\n' | awk '{arr[$1]+=$2} END {for (i in arr) {print i,arr[i]}}' ==== SWAP h... void (*rtld_fini)(void), void (*stack_end)){ static int (*real___libc_start_main)() = N... ubp_av, init, fini, rtld_fini, stack_end); } </file> ==== Hasznos oldalak ==== * [[htt
Hálózati okosságok @linux
2 Találatok, Utolsó módosítás:
your files there, add a trailing slash (/) at the end of the destination path. If you add the trailing ... érő === netstat -an | awk '/^tcp/ {A[$(NF)]++} END {for (I in A) {printf "%5d %s\n", A[I], I}}' =