Search Results

Search: Posts Made By: kristy
11,643
Posted By kristy
I'm looking for a more automated process. Is...
I'm looking for a more automated process.

Is it possible to define a remote printer in printcap that points to a file location?
11,643
Posted By kristy
Print to file in UNIX
I ask this about a Tru64 system that I do not have access to...

Is it possible to use lpr to print to file?

Taking for granted that the default print in /etc/printcap has HP PCL filters, how...
5,050
Posted By kristy
try enclosing your sentence in single quotes, not...
try enclosing your sentence in single quotes, not double.
1,893
Posted By kristy
Thanks!
That worked! Thanks so much.

Now, why did that work and mine did not?
1,893
Posted By kristy
urgent sed help
Hi folks. I've tried to research this, but haven't found a good answer (could be my harried state).

At any rate, I have records that end with

two commas, a number, two commas

this could be...
3,773
Posted By kristy
Hi there. I had a similar problem that was...
Hi there. I had a similar problem that was solved in this thread:

https://www.unix.com/showthread.php?threadid=5523
3,124
Posted By kristy
Hi there. If I understand your question...
Hi there. If I understand your question correctly, I would use a "for" loop for this.
Check the for man page, but it would go something like this:

for namevariable in *.npgp
do actions # for...
68,676
Posted By kristy
Worked great! Thanks for the tip.
Worked great! Thanks for the tip.
68,676
Posted By kristy
Pass variable to sed?
Hi there. If variables are named inside of a ksh script, how is it possible to pass these to sed?

The affected portion of my script goes something like this:

A=`cut -d. -f1 $FILE`
B=`cut -d....
3,094
Posted By kristy
Thanks folks for your replies thus far. My...
Thanks folks for your replies thus far. My associate is using Exceed on his home (Win98) pc to dial into the modem hooked onto our sun box. From what I understand, he selects the phone number to...
11,923
Posted By kristy
ah well
We ended up using find -inum -exec cp to a new filename. We could then remove the file.
11,923
Posted By kristy
Strange Characters in Filename
Hi folks. None of the conventional methods are working for my dilemma:

I have a file in my root directory that has a name comprised of strange characters. When I do an ls, it just hangs at that...
3,094
Posted By kristy
I'm posing the question for a coworker, so I'm...
I'm posing the question for a coworker, so I'm not dealing with this first hand. He describes the problem as that there is no option to log into the CDE. Once the connection is established, he sees...
3,094
Posted By kristy
Exceed - dial in - CDE
Hi folks. I'm curious to see if anyone has had success using Exceed, through a dial in connection, to access the Solaris CDE?

Thanks,
kristy
13,587
Posted By kristy
oh gosh, USED I meant. Thanks again, I had...
oh gosh, USED I meant.

Thanks again, I had no idea.
13,587
Posted By kristy
WOW
that is awesome!
You an element I am not familiar with...Could you explain the line:




Thanks :)
13,587
Posted By kristy
remove pound sign from filename
Surpisingly, I've only found information regarding removal of files with special characters in the name. My problem is this: files are downloaded to my Unix box from mainframe, and each one has a...
2,017
Posted By kristy
why thank you. The missing ` was a typo...
why thank you.
The missing ` was a typo (oops) and the full path of the list of files is named in my variables, which I didn't bother to copy here.
The log is a great idea, I will include that....
2,017
Posted By kristy
can you think of a better way?
Hi folks,

I've been tasked with cleaning up some directories. A list will be provided to me that will contain the names of the files to be deleted. I'm probably looking at columnar format, so...
2,853
Posted By kristy
oops! Style Manager
Solaris 2.6, using CDE:

agh. I accidentally set an ugly palette as my Home Session. The problem is, when I change the palette back to Default, I am informed that my change will be apparent in my...
8,609
Posted By kristy
aha
Thanks for the suggestion, PxT. I think I solved this another way by using the variable $1 for hostname and then writing another script that provides the hostnames like this:

#!/bin/ksh

cd...
8,609
Posted By kristy
ftp to multiple servers
Hi folks. I am writing a ksh ftp script. The problem is, I need to transfer the files to several different servers. Is there a way to close a connection and move on to the next in one script or do...
5,758
Posted By kristy
actions based on file type
Hello. I am trying to put together a ksh script that will perform actions on files based on what type they are. The types would be compressed, zipped, or PCL. I think my test conditions are ok,...
6,070
Posted By kristy
Not sure if it is applicable to HP-UX, but the...
Not sure if it is applicable to HP-UX, but the CDE Workspace Menu configuration is in $HOME/.dt/dtwmrc in Solaris.
12,527
Posted By kristy
there is some good explanation here ...
there is some good explanation here

http://wks.uts.ohio-state.edu/unix_course/intro-65.html#HEADING65-0
Showing results 1 to 25 of 53

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