Search Results

Search: Posts Made By: SebaM6
1,992
Posted By SebaM6
Well I was not sure but I assumed that problem is...
Well I was not sure but I assumed that problem is caused by variables. So if only sh would not understand quotation mark this notation could help.

But as I mentioned it was just shot.

ngungo...
1,992
Posted By SebaM6
Have you tried use ${DIR} instead of "$DIR"...
Have you tried use ${DIR} instead of "$DIR" ?
Forum: Programming 11-11-2008
2,137
Posted By SebaM6
What about source code, could I also attach it to...
What about source code, could I also attach it to debugging running process?

Regards
Forum: Programming 11-09-2008
2,137
Posted By SebaM6
Could I add one more question to this thread?...
Could I add one more question to this thread? Let's imagine that we want to debug running process or some kind of deamon. What could I do then?
6,776
Posted By SebaM6
'.forward' file and your e-mail address as...
'.forward' file and your e-mail address as content of it ?!
15,083
Posted By SebaM6
Ok, thank you for clarifying me.
Ok, thank you for clarifying me.
15,083
Posted By SebaM6
Sorry but I don't understand what has Veritas in...
Sorry but I don't understand what has Veritas in common with windows server? As I know Veritas is SCO filesystem.
10,798
Posted By SebaM6
Well it did not help: echo...
Well it did not help:

echo "\0060\0061\000\0060\0063" | /usr/xpg4/bin/awk '{print $0}'
01

How come you know that there would be other version of awk?

Regards
10,798
Posted By SebaM6
At SuSe with gawk: echo...
At SuSe with gawk:
echo "\0060\0061\000\0060\0063" | gawk '{print $0}'
\0060\0061\000\0060\0063


but at Solaris 8 it behaves as you described. So maybe use some dummy tool before '[n|g]awk'...
Forum: SCO 10-07-2008
6,229
Posted By SebaM6
Great thanks!! I'll check but as I remember...
Great thanks!!

I'll check but as I remember my sco hasn't got any cd-burner. If so I'll try to find any and install it or I'll use pendrive as you did.
Forum: SCO 10-07-2008
6,229
Posted By SebaM6
Hi I am at the beginning of your way. I mean...
Hi

I am at the beginning of your way. I mean I wan to create CD with bootable SCO (kind of rescue CD for SCO). Do you have any procedure/advices where could I start? I would be very grateful for...
2,252
Posted By SebaM6
Or use other tools e.g. script. In expect...
Or use other tools e.g. script.

In expect you can define log file by:
log_file -noappend expect.log
...
18,582
Posted By SebaM6
I don't know if there are any tool exclusively...
I don't know if there are any tool exclusively for java.

But I am pretty sure that utilization of parent process won't give you cumulative measurements. Of course you can use ps and calculate it...
Forum: Solaris 09-10-2008
86,562
Posted By SebaM6
Thx
Thx for info!
Forum: AIX 08-26-2008
5,031
Posted By SebaM6
Depends on shell type you can redefine prompt...
Depends on shell type you can redefine prompt also, e.g. in ksh
typeset PS4='scriptName [$LINENO]'
set -x
..
someCode
...
2,134
Posted By SebaM6
To improve security you can also reconfigure sftp...
To improve security you can also reconfigure sftp server for different port than 21.
34,099
Posted By SebaM6
Example: root 6365 6353 0 ...
Example:
root 6365 6353 0 0:00 <defunct>
2,761
Posted By SebaM6
Did you think about other output from fdisk or...
Did you think about other output from fdisk or other tool like sfdisk ?

Seba
2,761
Posted By SebaM6
It could be miss but I would assume that asterisk...
It could be miss but I would assume that asterisk (*) is interpreted in shell. That's why you are receiving list of everything from your path.

Try to 'grep' other partition, some no active.
...
2,761
Posted By SebaM6
It could be miss but I would assume that asterisk...
It could be miss but I would assume that asterisk (*) is interpreted in shell. That's why you are receiving list of everything from your path.

Try to 'grep' other partition, some no active.
...
1,777
Posted By SebaM6
I guess you are making assignment instead of...
I guess you are making assignment instead of compare it. Assignment is successful so 'if' thinks that condition was true.
Forum: AIX 12-11-2007
48,338
Posted By SebaM6
I guess you can also use syntax as print...
I guess you can also use syntax as
print $VARIABLE|sed 'y/[a-z]/[A-Z]'
35,424
Posted By SebaM6
Look closer tools like unix2dos & dos2unix it...
Look closer tools like unix2dos & dos2unix it removes this kind of signs.
Forum: Linux 12-10-2007
4,915
Posted By SebaM6
Man to iproute2 tells something about it, I guess.
Man to iproute2 tells something about it, I guess.
14,008
Posted By SebaM6
Did you try use '\a' i.e.: ...
Did you try use '\a' i.e.:
printf("Something\a");
Showing results 1 to 25 of 34

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