- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- large files...cat command..
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
12-28-2006 07:26 PM
12-28-2006 07:26 PM
I have one small question..I was reading man cat..and there stands..
for files greater than or equal to 2 Gbyte see largefile..
I had before one problem with my script where file was bigger then 2GB so I used split commnad..
so I want to make sure is it really true that cat does not work with files greater or = 2 Gbyte ..
Thanks a lot..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 08:12 PM
12-28-2006 08:12 PM
Re: large files...cat command..
have just:
Filesystem enabled for largefile
created file a (nearly 2 Gb)
created file b (1000 bytes)
cat a b > c i.e. create a file > 2Gb
Error 0
cat: Cannot write to output.
So it appears to be correct. cat limited to 2Gb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 08:28 PM
12-28-2006 08:28 PM
Re: large files...cat command..
please ignore my first mail. The largefile system failed to change, so was running test on nolargefile system.
This time:
Filesystem enabled for largefile
created file a (nearly 2 Gb)
created file b (1000 bytes)
cat a b > c i.e. create a file > 2Gb
Worked
cat c > d i.e. process file > 2Gb
Worked
So not a problem ,as long as filesystem is largefile enabled !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2006 06:12 AM
12-29-2006 06:12 AM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2007 10:43 PM
01-07-2007 10:43 PM
Re: large files...cat command..
Could you please complete the thread by awarding points to helpful answers and summarising the solution for you.
This will help resolution of similar problems in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2007 08:34 PM
01-21-2007 08:34 PM