HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- corrupt files (??)
Operating System - HP-UX
1837897
Members
3218
Online
110123
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
Go to solution
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
10-30-2000 03:11 AM
10-30-2000 03:11 AM
Please look at the attached listing and could anyone tell me what caused this, how can it be prevented, and how do I remove the files with the question marks
BTW .. this is on an HFS, stripped file system (if this helps)...thanks Jay
BTW .. this is on an HFS, stripped file system (if this helps)...thanks Jay
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 03:25 AM
10-30-2000 03:25 AM
Re: corrupt files (??)
Check your /etc/profile for control characters, and how to suppress them.
Eg.stty erase '^H'
Eg.stty erase '^H'
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 03:27 AM
10-30-2000 03:27 AM
Solution
Hi Jay,
^? is the representation for the DEL character (0x7F). This usually happens when someone has their backspace key misconfigured, they think that they are erasing characters when in fact they are adding DEL's.
There are several ways of deleting them, one is as follows:-
Set $X to be a DEL character:-
X=$(print "\0177")
Then you can use $X in ll and rm commands:-
ll *$X*
rm -i *$X*
The above will list and offer to remove any file which contains a DEL character.
Regards,
John
^? is the representation for the DEL character (0x7F). This usually happens when someone has their backspace key misconfigured, they think that they are erasing characters when in fact they are adding DEL's.
There are several ways of deleting them, one is as follows:-
Set $X to be a DEL character:-
X=$(print "\0177")
Then you can use $X in ll and rm commands:-
ll *$X*
rm -i *$X*
The above will list and offer to remove any file which contains a DEL character.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 03:31 AM
10-30-2000 03:31 AM
Re: corrupt files (??)
to me the backspace has been typed many times to cancel something wrong written by keyboard.
To avoid this in your .profile or in /etc/profile set
stty erase '^H'
federico
To avoid this in your .profile or in /etc/profile set
stty erase '^H'
federico
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