Search Results

Search: Posts Made By: isacs
28,016
Posted By isacs
Just have a look @ the help topic for telnet ...
Just have a look @ the help topic for telnet

telnet [-a][-e escape char][-f log file][-l user][-t term][host [port]]
-a Attempt automatic logon. Same as -l option except uses
the...
5,992
Posted By isacs
I think you have to concatenate the $var ans the...
I think you have to concatenate the $var ans the $num like this

echo $var & $num - but im not sure about this and have no access to a unix box to look after ist - sorry

Frank
4,194
Posted By isacs
Did you give a shell to thoase users? ...
Did you give a shell to thoase users?


like this




hope this helps :-)

Frank
Forum: Filesystems, Disks and Memory 08-14-2002
14,376
Posted By isacs
Hi Nisha, one of your other questions I...
Hi Nisha,

one of your other questions I think I´m able to answer.

2. Why can't I directly join the file_one and file_two?

You can Join them directly but then you can only join them by one...
4,056
Posted By isacs
That´s just the hint I needed. Thanks...
That´s just the hint I needed.

Thanks perderabo
Forum: Filesystems, Disks and Memory 08-13-2002
14,376
Posted By isacs
Hi Subra, could you post back the content of...
Hi Subra,

could you post back the content of the files you like to join.

TIA

Frank
Forum: Filesystems, Disks and Memory 08-13-2002
14,376
Posted By isacs
Join can only be used for only one key column -...
Join can only be used for only one key column - so we have to find out an other solution.

greetz,
frank
Forum: Filesystems, Disks and Memory 08-13-2002
14,376
Posted By isacs
I don´t think you´re right, nisha, cause he like...
I don´t think you´re right, nisha, cause he like to join two files based on two fields and not only want´s to see the difference between those files for what you´re using the diff/compare command....
18,949
Posted By isacs
Just an idea ;-) Isn´t it posible to create...
Just an idea ;-)

Isn´t it posible to create a standard .profile that is stored in a central folder reachable for all users that is included in the .profile for all users?

So at anytime you make...
4,056
Posted By isacs
BOX Status with vmstat & top Solaris 2.8
Hi there,

I´m trying to get the information of vmstat & top in two different logfiles.
That not that difficult.

vmstat 30 >> myfile.log
top >> myfile2.log

But I also like to include a...
7,911
Posted By isacs
What about a cronjob? Just enter a line like...
What about a cronjob?

Just enter a line like

0,10,20,30,40,50 * * * * rm /PATH/RAF.*

and every 10 minutes the RAF.* will be deleted.
14,726
Posted By isacs
Hi, IMHO there´s no way to work without any...
Hi,

IMHO there´s no way to work without any tmp files, cause if you redirect the STDOUT to abc.txt the (empty) file is created before sed can read it. So sed is reading an empty file!

but what...
4,845
Posted By isacs
Hi this is an old posting from killserv dated in...
Hi this is an old posting from killserv dated in y2k ;)

If you´re looking for an editor to highlight syntax - read this :)



BRGDS,

Frank

P.S.:

Sometimes it makes sence just to...
32,930
Posted By isacs
Ok, I got this! thx So for what case it...
Ok, I got this! thx

So for what case it makes sence to kill a "Z"-process?
If I got it right it will only appear a short while, won´t it?

frank
4,845
Posted By isacs
what kind of editor you´re looking for? ...
what kind of editor you´re looking for?

Normally a texteditor like vi is installed on every system often you´ll find emacs installed as well.

Just try:

vi mytext.txt

BRGDS,

Frank
6,624
Posted By isacs
on SUN OS "top" works fine, for AIX I think...
on SUN OS "top" works fine, for AIX I think "topas" could help

the output for top is:

last pid: 11715; load averages: 0.07, 0.07, 0.07 ...
32,930
Posted By isacs
Could you plz explane what is/you meant with...
Could you plz explane what is/you meant with "zombie process"

Normaly a user can kill his own process via kill -9 and root is able to kill all processes, am I right?

BRGDS,

Frank
20,222
Posted By isacs
The answer is... pipe the output in a file ...
The answer is...

pipe the output in a file

ls > FILE.txt

creates or if exists overwrites the file FILE.txt and stores the output of the ls command in it.

ls >> FILE.txt appends the...
2,758
Posted By isacs
Hi, I hope I got it now ;-) try ...
Hi,

I hope I got it now ;-)


try

ls -ltr | grep xxx | grep yyy | grep ... > list.txt

And than vi the file list.txt

hope this meets your expectations.

Frank
2,758
Posted By isacs
Hi, try this find /yourDirectory -name...
Hi,

try this

find /yourDirectory -name "*.txt" -exec print {} \;


the {} is for all files found by the find command

for more information try

man find :D


RGDS

Frank
2,924
Posted By isacs
THX PxT, I think this will meet my...
THX PxT,

I think this will meet my expectations, but due to internal guidelines we´re not allowed to use OpenSource.
SO I only can use the SOLARIS tools or programs delivered by SUN.

BRGDS
...
2,924
Posted By isacs
compare date of files on different nodes
Hi All,

I´ve got the following problem

I´m implementing a failoverconcept. This requires to synchronize two files using ksh like this.

if HOST1:FILE1 is newer then HOST2:FILE1
THEN cp...
Showing results 1 to 22 of 22

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