The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-02-2009
dsravan dsravan is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 188
problem with parting using vi in a file

I am trying to paste around 100 lines into a file using VI and pasting but seems the data is going from left to right in this fashion. Is there any setting that I need to set in vi or terminal? Please let me know.

Quote:
DAY_OF_WK_NAME_UPR VARCHAR2(20 CHAR),
DAY_OF_WK_NBR_SAT NUMBER,
DAY_OF_WK_NBR_SUN NUMBER,
DAY_OF_WK_NBR_MON NUMBER,
HOLIDAY_FLAG VARCHAR2(1 CHAR),
HOLIDAY_FLAG_US VARCHAR2(1 CHAR)