- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- the output in not tidy
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-03-2004 02:17 PM
10-03-2004 02:17 PM
#ls aa.txt
aa bb cc
11 22 33
but previously , it is normal.
#ls aa.txt
aa bb cc
11 22 33
could suggest what is the problem is my system ? thx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2004 02:33 PM
10-03-2004 02:33 PM
Re: the output in not tidy
#ls aa.txt
aa
bb cc
11
22 33
the normal output should be
#ls aa.txt
aa bb cc
11 22 33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2004 06:17 PM
10-03-2004 06:17 PM
Solutionwhat are you getting for,
$file aa.txt
$file *
$what ls
what is your system informations ( $uname -a )
what are you getting for command $alias
$find . -name "aa.txt"
It will be good to do more analyse if you give ALL above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2004 07:18 PM
10-03-2004 07:18 PM
Re: the output in not tidy
you may want to look for unprintable characters in file names with ls -b
greetings,
Michael
- Tags:
- unprintable chars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2004 08:51 PM
10-03-2004 08:51 PM
Re: the output in not tidy
Could u check the "NewLine Character" in your file.
Open it in VI and at every line check end of line by typing $.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 04:38 AM
10-04-2004 04:38 AM
Re: the output in not tidy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 06:26 AM
10-04-2004 06:26 AM
Re: the output in not tidy
If it is a file, the only output you should be getting from "ls aa.txt" is-
aa.txt
If aa.txt is a directory, then maybe the tab settings on your display are gunged. "ls" uses tab when displaying multiple filenames across.
HTH
-- Rod Hills