1833827 Members
2244 Online
110063 Solutions
New Discussion

Re: 11i and KSH

 
Dave Bunting
Frequent Advisor

11i and KSH

Hi,
I just would like to know, is there any issues regarding KSH and HPUX 11i?
i have created a simple script for my system, saved it and then modified it. but when i saved it again, a duplicate file was created now I have multiple files but different timestamps.
I am using KSH.

Thanks in advance...
-Dave
3 REPLIES 3
Domenico_5
Respected Contributor

Re: 11i and KSH

hi dave

can you send an example of directory list?

tnx
Rodney Hills
Honored Contributor

Re: 11i and KSH

It is possible when you saved your file, a blank got added on the end of the filename and this created a new file.

ls | sed -e 's/ /?/g;'

will display the file names with any blanks changed to "?".

To remove the file, enter-
rm 'filename '

-- Rod Hills
There be dragons...
S.K. Chan
Honored Contributor

Re: 11i and KSH

Does it happen everytime or just this one time ?