![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem in converting password protected excel file to csv file in unix | Devivish | UNIX for Advanced & Expert Users | 2 | 03-30-2009 07:56 PM |
| Problem writing file path to txt file | Vintage_hegoog | UNIX for Dummies Questions & Answers | 1 | 01-15-2009 05:22 PM |
| File Name Problem from FTP | czbtony | Shell Programming and Scripting | 1 | 05-12-2008 08:17 PM |
| What's the problem with the pdf file?? | new_hand | UNIX for Dummies Questions & Answers | 1 | 09-21-2005 08:56 AM |
| file not found..but file is there, also zip problem | caddyjoe77 | UNIX for Dummies Questions & Answers | 4 | 04-23-2005 05:47 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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:
|
|
||||
|
You mean the pasted data looks like this...
Code:
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,
...
You can change this "auto-indent" behaviour permanently by editiing ~/.ex.rc (or some such). Use Code:
:set Last edited by scottn; 07-02-2009 at 05:00 PM.. |
| Sponsored Links | ||
|
|