Top "Line-numbers" questions

The line number (position) of a line of text or code inside a file, often for debugging.

Number of lines in a file in Java

I use huge data files, sometimes I only need to know the number of lines in these files, usually I …

java large-files line-numbers
Delete specific line number(s) from a text file using sed?

I want to delete one or more specific line numbers from a file. How would I do this using sed?

unix sed line-numbers
vim line numbers - how to have them on by default?

I can :set number from within a file I'm editing but how can I have them always be on by …

vim vi editing line-numbers
How to make phpstorm display line numbers by default?

How to make phpstorm display line numbers by default? Couldn't find that option. It's kind of annoying to turn them …

ide phpstorm jetbrains-ide line-numbers
Enable the display of line numbers in Visual Studio

Why doesn't Visual Studio have any way of showing line numbers in a source file? Is there any way to …

visual-studio-2010 visual-studio line-numbers
C/C++ line number

In the sake of debugging purposes, can I get the line number in C/C++ compilers? (standard way or specific …

c++ c c-preprocessor line-numbers dynamic-compilation
Display lines number in Stack Trace for .NET assembly in Release mode

Is there a way to display the lines in the stack trace for the .NET assembly build/deployed in Release …

c# .net visual-studio stack-trace line-numbers
Go to a specific line in a file - Notepad++

So I'm learning Emacs after over two years of using notepad++ as my default editor. I'm still hung up on …

emacs notepad++ line-numbers
How do I get the current line number?

Here is an example of what I want to do: MessageBox.Show("Error line number " + CurrentLineNumber); In the code above …

c# wpf c#-4.0 line-numbers
Unix Command to get the count of lines in a csv file

Hi I am new to UNIX and I have to get the count of lines from incoming csv files. I …

unix count newline line-numbers wc