Sponsored Content
Full Discussion: Copy selected lines in vim
Top Forums UNIX for Dummies Questions & Answers Copy selected lines in vim Post 302352663 by coolavi on Saturday 12th of September 2009 04:52:13 PM
Old 09-12-2009
Hey, Thanks Sanjay.

Dude! you were quick to pounce on this.

It seems to be working but please explain me one thing. When we use the :e file_name option in vim, does it not affect the original program ?? Does it do a :q on the original program ?

I did that and it seemed that it exited out of the original program. Please explain when you get a chance.

Thanks,
Coolavi
 

10 More Discussions You Might Find Interesting

1. Solaris

how to do selected copy

I need to copy the files from one dir to another dir based on sysdate, like cp -> (sysdate-n) filename -> to -> new dir n = 1,2,3.............. (3 Replies)
Discussion started by: dbasan
3 Replies

2. Shell Programming and Scripting

Copy selected contents from file

I want to capture contents of a file between 2 strings into another file for eg all lines in between the keywords "start log" and "end log" should be copied into another file (4 Replies)
Discussion started by: misenkiser
4 Replies

3. Shell Programming and Scripting

print selected lines

Hi everybody: I try to print in new file selected lines from another file wich depends on the first column. I have done a script like this: lines=( "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "21" "31" "41" "51" "55" "57" "58" ) ${lines} for lines in ${lines} do awk -v ... (6 Replies)
Discussion started by: tonet
6 Replies

4. UNIX for Dummies Questions & Answers

Copy selected Directories

I wonder if someone would help me a little here. I have a directory (folder on a mac) with about 100 subfolders and sub-subfolders and files there in. All sub directories have the same name structure, "AAA Name". Like this: ISP CompanyName ITS CompanyName KEL CompanyName KRA CompanyName... (2 Replies)
Discussion started by: sigurarm
2 Replies

5. UNIX for Dummies Questions & Answers

Find & Copy Selected files to another Directory

I am wanting to find files within a directory that are over a certain number of days old and copy them to another directory. And unfortunately not having much luck.......is someone able to help. Would also like to add that there are literally thousands of files that I am wanting to copy in one... (3 Replies)
Discussion started by: hellfyre
3 Replies

6. Shell Programming and Scripting

Process selected lines

I have an if statement where I state that if there are more than one records (lines) found containing a string in a file, then it enters into a while loop to use each line for as many lines as there are and then stop. Trouble is, I can't figure out how to move to the next instance of each line. ... (2 Replies)
Discussion started by: derekphl
2 Replies

7. Shell Programming and Scripting

trying to print selected fields of selected lines by AWK

I am trying to print 1st, 2nd, 13th and 14th fields of a file of line numbers from 29 to 10029. I dont know how to put this in one code. Currently I am removing the selected lines by awk 'NR==29,NR==10029' File1 > File2 and then doing awk '{print $1, $2, $13, $14}' File2 > File3 Can... (3 Replies)
Discussion started by: ananyob
3 Replies

8. Shell Programming and Scripting

finding least out of selected lines

Hello, I have a file, which looks like: I want to print the row containg "PRO" in second column after comparing and finding the minimum value of fifth column present in all "PRO". and likewise for every other string present in second column. I am using : filename=list... (2 Replies)
Discussion started by: CAch
2 Replies

9. Shell Programming and Scripting

Delete selected lines

hi Gurus, I have a source file with more than 10 columns ( not fixed ) I want to delete all the lines on the following condition 1) where i have first column as "UPDATE PLAN ADD RATE SCHEDULE" and fourth column as null awk '($1=="UPDATE PLAN ADD RATE SCHEDULE" && $4=="") {print $0}'... (5 Replies)
Discussion started by: r_t_1601
5 Replies

10. Shell Programming and Scripting

Selected matching lines

two files: one with the line number only, and the 2nd one with line number and content, as following: line_file.txt 1 3 5 9 23 30 content_file.txt 1|we are the world|good|great 2|easily do this by highlighting you|easily do this by highlighting you|easily do this by highlighting... (2 Replies)
Discussion started by: dtdt
2 Replies
PTAINTERPOLATE(1)						  LIBPANO13 TOOLS						 PTAINTERPOLATE(1)

NAME
PTAInterpolate - Interpolate intermediate images between stereo photos. SYNOPSIS
PTAInterpolate script_file [param2] DESCRIPTION
PTAInterpolate Interpolate intermediate images between stereo photos. Description: This program is an enhanced version of Helmut Dersch's original PTInterpolate program. PTInterpolate's source code was never released, so this program was written from scratch. It is believed that this program should function as a substitute for the original PTInterpolate program in most circumstances. Enhancements to the original PTInterpolate program include: 1. When used with the accompanying source code in the original distribution, the output is in TIFF format, not PSD (with an incorrect extension) 2. The output files produced by this program include a numeric value indicating the amount of the interplation position between left and right images 3. If no valid "i" lines are included in script, then this program triangulates the c lines, and ovrewrites the script file Usage: PTAInterpolate script.txt [param2] Where "param2" is either an image index (0=left, 1=right) to be used when triangulating, or a filename prefix to be used when interpolat- ing. SEE ALSO
<http://wiki.panotools.org/> AUTHORS
Max Lyons, January 2007. Panorama Tools was originally created by Professor Helmut Dersch. 2.9.18 2009-05-01 PTAINTERPOLATE(1)
All times are GMT -4. The time now is 02:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy