HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 11i and KSH
Operating System - HP-UX
1833827
Members
2244
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:14 AM
03-15-2002 12:14 AM
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 05:45 AM
03-15-2002 05:45 AM
Re: 11i and KSH
hi dave
can you send an example of directory list?
tnx
can you send an example of directory list?
tnx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 07:12 AM
03-15-2002 07:12 AM
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
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 07:30 AM
03-15-2002 07:30 AM
Re: 11i and KSH
Does it happen everytime or just this one time ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP