Sponsored Content
Full Discussion: Vim line length...
Operating Systems OS X (Apple) Vim line length... Post 302944860 by Don Cragun on Friday 22nd of May 2015 06:55:59 PM
Old 05-22-2015
I think I'm missing the point.

What editing commands do you want to apply to the long, incomplete line of data in your raw audio file(s)?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

vim as command line editor

Here is my problem, I manage a SunOs 5.8 Server, vi is the default command line editor, I have a line on each users .kshrc profile as follows: export EDITOR=/bin/vi I want to use vim as the command line editor, the below line doesn't work export EDITOR=/bin/vim Thank you (1 Reply)
Discussion started by: tony3101
1 Replies

2. UNIX for Dummies Questions & Answers

remember last visited line in vim

hi, I know we can do this; but dont know how.. I open a file using vim..browse thru it and then say :wq after reaching some line; The next time I open the same file, I want vim to position the cursor on the line where I left last time; anyone? (2 Replies)
Discussion started by: spopuri
2 Replies

3. UNIX for Advanced & Expert Users

line completion in vim

how we achive line completion and word completion in vim editor? (2 Replies)
Discussion started by: lakshmananindia
2 Replies

4. UNIX for Advanced & Expert Users

how to go previous line in vim

hi, suppose my cursor is on 15 th line in vim i want to go 105 th line and directly come to 15 line from there is any shot key in vim to come directly to previous line ? (2 Replies)
Discussion started by: useless79
2 Replies

5. Shell Programming and Scripting

Deleting Characters at specific position in a line if the line is certain length

I've got a file that would have lines similar to: 12345678 x.00 xx.00 x.00 xxx.00 xx.00 xx.00 xx.00 23456781 x.00 xx.00 xx.00 xx.00 xx.00 x.00 xxx.00 xx.00 xx.00 xx.00 34567812 x.00 xx.00 x.00 xxx.00 xx.00 xx.00 xx.00 45678123 x.00 xx.00 xx.00 xx.00 xx.00 x.00 xxx.00 xx.00 xx.00 xx.00 xx.00... (10 Replies)
Discussion started by: Cailet
10 Replies

6. UNIX for Dummies Questions & Answers

VIM: replace a character in the middle of line

exmaple, i need to replace the number "5" from all lines below with "X"? What is the useful vim command that i can apply for.. ddpadsgg506xghssuyj ddpadsgag546xghssuys ddsadsgaag596xghssuy_te ddsadsgag506xghssuy_pe ddsadsgagc526xghssuys ddsads506ighssuys ddsadsgag506pghssuyk (1 Reply)
Discussion started by: 793589
1 Replies

7. UNIX for Advanced & Expert Users

vim editor -> uncounted new line

Hi, I entered the following text in a new file through vim: "Four score and seven years ago" saved and exit. When I looked at the file size, it was 31B, although is supposed to be 30. I reedited the file (again with vim) to check for errors, but everything seemed fine. When I opened the file... (3 Replies)
Discussion started by: prostiiinet
3 Replies

8. Solaris

Very Importan - Vim Settings - Error while opening a File using vim

I downloaded vim.7.2 and compiled the vim source . Added the vim binary path to PATH (Because iam not the root of the box) when i load the file using vim it throws me an error Error detected while processing /home2/e3003091/.vimrc: line 2: E185: Cannot find color scheme darkblue line... (0 Replies)
Discussion started by: girija
0 Replies

9. UNIX for Dummies Questions & Answers

vim copy line and paste at the beginning, middle, and end of another line

How would you do vim copy line and paste at the beginning, middle, and end of another line. I know yy copies the whole line and p pastes the whole line, but on its own separate line. Sometimes I would like to copy a line to the beginning, middle, or end of another line. I would think this would be... (3 Replies)
Discussion started by: cokedude
3 Replies

10. Shell Programming and Scripting

Check for length which exceeds specified length in a line

Hi, I have a issue, I need to loop through a comma delimited file and check for the length which exceeds specified length , if Yes truncate the string. But my problem is , I do not have to check for all the fields and the field lenght is not same for all the fields. For ex: Say my line... (9 Replies)
Discussion started by: rashmisb
9 Replies
FrameRate(3)							    libltcsmpte 						      FrameRate(3)

NAME
FrameRate - Frame rate data structure. SYNOPSIS
#include <framerate.h> Data Fields int num numerator; rational framerate: numerator/denominator int den denominator; rational framerate: numerator/denominator int flags combination of FRFlags; int samplerate audio-samplerate for conversion. long long int aoffset user-data: offset in audio-frames long int voffset user-data: offset in video-frames Detailed Description Frame rate data structure. Examples: tests/decoder.c, and tests/encoder.c. Definition at line 55 of file framerate.h. Field Documentation long long int FrameRate::aoffset user-data: offset in audio-frames Definition at line 61 of file framerate.h. int FrameRate::den denominator; rational framerate: numerator/denominator Definition at line 58 of file framerate.h. int FrameRate::flags combination of FRFlags; Definition at line 59 of file framerate.h. int FrameRate::num numerator; rational framerate: numerator/denominator Definition at line 57 of file framerate.h. int FrameRate::samplerate audio-samplerate for conversion. Definition at line 60 of file framerate.h. long int FrameRate::voffset user-data: offset in video-frames Definition at line 62 of file framerate.h. Author Generated automatically by Doxygen for libltcsmpte from the source code. Version 0.4.4 Fri Apr 27 2012 FrameRate(3)
All times are GMT -4. The time now is 12:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy