Search Results

Search: Posts Made By: Helmut
4,236
Posted By Helmut
ok - the problem is that i have to copy my file...
ok - the problem is that i have to copy my file to the remote destination!

how can i execute the following command on my remote host?

this command is correct:

nawk...
4,236
Posted By Helmut
the command makes problems -> it says: ssh:...
the command makes problems -> it says: ssh: syntax error at line 1: `emcpower/{system' unexpected

ssh remotemaschine nawk '$1 ~ /^emcpower/ && $2 ~ /^emcpower/{system("...")}' file

any other...
4,236
Posted By Helmut
nawk '{system("/opt/EMCpower/bin/emcpadm...
nawk '{system("/opt/EMCpower/bin/emcpadm renamepseudo -f d -s "$1" -t "$2)}' ...

if i want to check if $1 and $2 starts with the letters emcpower and just want to execute the command if it is so -...
4,236
Posted By Helmut
thanks -> this works!
thanks -> this works!
4,236
Posted By Helmut
nawk syntax error
I have following problem! If i trie to execute this command:

nawk '{system("/opt/EMCpower/bin/emcpadm renamepseudo -f d -s "$1" -t "$2")}' ${filestart}$1${fileend}

where...
2,922
Posted By Helmut
I want to make a bash script and declare my...
I want to make a bash script and declare my variables at the beginning of my programm with all my commands!

#!/usr/bin/bash

declare -i inoargs=0
declare -i iusedpseudo=0
declare -r...
2,922
Posted By Helmut
it works after 4 hours without solution! Thank...
it works after 4 hours without solution! Thank you for your help!
2,922
Posted By Helmut
I have following problem: when I use this command...
I have following problem: when I use this command - it works fine:

nawk '{system("echo "$1" "$2+22)}' filename

but when I want to add to the second column of the file (filename) the content of...
2,922
Posted By Helmut
nawk Wert einer Variablen zur 2. Spalte eines Files addieren
wie kann ich zu dem 2. wert eines files den wert einer variable hinzufügen bei nawk?

ich habe folgendes:

nawk '{system("echo "$1" "$2+22)}' filename

das funktioniert -> so wird beim zweiten...
Forum: Solaris 08-18-2008
13,106
Posted By Helmut
CPU Utilization/Saturation
Hi! I have following problem: How can I calculate 100 % CPU utilisation if I have 8 chip (SPARCV6 dual core)? Which load is 100 % CPU utilisation? Hope someone can help!
Showing results 1 to 10 of 10

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