Search Results

Search: Posts Made By: guenter
3,448
Posted By guenter
hi i think the simplest way to get in contact...
hi
i think the simplest way to get in contact with unix is a free unix accont. i can recommend
Arbornet (http://m-net.arbornet.org)
where i had one some times ago
mfg guenter
181,218
Posted By guenter
i prefer to use ksh. i think the main reason...
i prefer to use ksh.
i think the main reason is it was the first that i learned and studied thoroughly. an advantage is when you start a program in the background you can easily read an write to...
6,775
Posted By guenter
hi some observations: 1) i think in all...
hi

some observations:

1) i think in all sql-dialects you must enclose a string in some kind of quotes
2) the result of executing such a sql-file will be the same as executing only the last...
Forum: Programming 08-19-2007
29,305
Posted By guenter
hi this is not the way you...
hi






this is not the way you should create a random number between 30 and 40.
a correct way is


#include<stdio.h>
#include<stdlib.h>
int main()
{
...
Forum: Programming 08-19-2007
5,416
Posted By guenter
hi if you want to scan for or print a double...
hi
if you want to scan for or print a double the correct format is %lf not %f
i also think the construct

i=0;
while(n>0) {
...
i++;
...
}


will not be very useful
mfg günter
Forum: Programming 08-19-2007
5,416
Posted By guenter
do you relly think you have a math-problem if you...
do you relly think you have a math-problem if you input 2.5 for x0 and you get 0 if you output x0? if x0=0 and x1=0 the function values at these points is 7 , so the math seems to be ok. to track...
Forum: Programming 08-19-2007
14,357
Posted By guenter
hi i've got a login screen and i think...
hi

i've got a login screen and i think opened another window from where i went back and then i logged in int the first windwow but i am not sure about that.
mfg guenter
5,512
Posted By guenter
i have no idea why there are 105% (on solaris i ...
i have no idea why there are 105% (on solaris i never saw this)
but if du show less then df i have two explanations:
1. somewone removed an open file from a directory. du does not see that file...
3,612
Posted By guenter
hi if you create a new file the group of this...
hi
if you create a new file the group of this file is your primary group. if you access an existing file there is no difference between your primary and secondary groups
mfg guenter.
20,588
Posted By guenter
the post of ranj@chn points in a good direction....
the post of ranj@chn points in a good direction. perhaps it will be useful to look at the errormessages your fine working script produces. these are stored in the unix-variable cycle_id. you can add...
9,533
Posted By guenter
hi my favourite approach to clear my...
hi



my favourite approach to clear my crontab is to type

crontab -e
instead of
crontab -l
and aborting this command with Ctrl-D instead of Ctrl-C
perhaps you did this.
mfg guenter
1,553
Posted By guenter
hi i think you want eval...
hi
i think you want
eval coordinates=\$e$i,\$n$i

without eval
coordinates=\$e$i,\$n$i
evaluates (for i=1) to
coordinates=$e1,$e2
(you can check this by calling
echo coordinates=\$e$i,\$n$i...
12,940
Posted By guenter
set -o emacs
set -o emacs
3,032
Posted By guenter
hi the language "expect" is designed to do such...
hi
the language "expect" is designed to do such things
Expect - Expect - Home Page (http://expect.nist.gov/)
mfg guenter
10,499
Posted By guenter
hi the same question was posted in UNIX for...
hi
the same question was posted in UNIX for Advanced & Expert Users with a correct answer:
https://www.unix.com/unix-for-advanced-and-expert-users/41924-challanging-question.html
@lorcan:
this...
18,276
Posted By guenter
hi is /usr/openwin/bin/xterm working? is...
hi
is
/usr/openwin/bin/xterm
working?
is there a firewall between you and your server?
mfg guetner
Forum: Programming 08-18-2007
9,440
Posted By guenter
hi from your makefile i conlude tha...
hi



from your makefile i conlude tha you create an executable named "Arther" not "arther"
does "/usr/users/PLAT/cltxm25/ccm_wa/ssd/SSD.Server-cltxm251/SSD.Server/ssdArther/Arther" exist befor...
Forum: Programming 08-18-2007
14,357
Posted By guenter
hi i wrote a reply that took me about an half...
hi
i wrote a reply that took me about an half our or more (my english is not good). when i clicked the "submit request" button another login was requested an all i had written was lost.
therefore a...
Forum: Programming 02-05-2005
2
4,588
Posted By guenter
try http://www.cs.cf.ac.uk/Dave/C/CE.html
try http://www.cs.cf.ac.uk/Dave/C/CE.html
31,115
Posted By guenter
hi here some array features #/usr/bin/ksh ...
hi
here some array features

#/usr/bin/ksh
set -A X 'hallo' 'world'
X[2]="..."
echo ${X[2]}
echo ${X }
echo ${X[@]}
echo ${#X }
#IFS=','
set -A Y "${X }"
set -A Z "${X[@]}"
echo ${Y[0]}...
Forum: Programming 01-28-2005
14,815
Posted By guenter
hi the std-namespace must also be defined...
hi
the std-namespace must also be defined somewhere.
in solaris stdio.h includes iso/stdio_iso.h where the c++-namespace std is defined.
the gnu c-compiler (gcc) has the flag -E which only applies...
Forum: Programming 01-28-2005
4,356
Posted By guenter
thanks, but this is the manual page for ioctl(29...
thanks, but this is the manual page for ioctl(29 that I knew already.
in the meantime I found the answer: the intergace is documented in
/usr/include/sys/dkio.h. the ioctl-calls are
#define...
Forum: Programming 01-27-2005
4,356
Posted By guenter
size of a char devices
hi
i want to write a simple io-benchmark for raw devices, especially for
harddisks, vx-volumes and md-volumes on solaris.
is there a unix system call to get the size of the device? the 'stat'...
Showing results 1 to 23 of 23

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