AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only

Unable to copy the full content in VI editor 

Wed March 26, 2025 02:16 AM
Statistics
0 Favorited
16 Views
2 Files
0 Shares
37 Downloads
Attachment(s)
png file
Screenshot 2025-03-26 111937.png   19 KB   1 version
Uploaded - Wed March 26, 2025
png file
Screenshot 2025-03-26 112015.png   8 KB   1 version
Uploaded - Wed March 26, 2025

Comments

10 days ago

Hi,

It is not at all clear what you are trying to do.

I suggest you run:

tar -xvf PSC_2204_images.tar  1>out.txt  2>err.txt

All of the output and errors will be in the two .txt files and not on the screen.

This will actually be faster.

You can then edit the text files with vi like:

vi out.txt

Trying to cut'n'paste 19 thousand characters from your terminal screen is always likely to have problems. In this case, I would guess that the file names includes control characters that that can't be included in the text.
For example, the NULL character.

Hope this helps, Cheers Nigel