The line number (position) of a line of text or code inside a file, often for debugging.
I use huge data files, sometimes I only need to know the number of lines in these files, usually I …
java large-files line-numbersI want to delete one or more specific line numbers from a file. How would I do this using sed?
unix sed line-numbersI can :set number from within a file I'm editing but how can I have them always be on by …
vim vi editing line-numbersHow 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-numbersWhy 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-numbersIn 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-compilationIs 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-numbersSo I'm learning Emacs after over two years of using notepad++ as my default editor. I'm still hung up on …
emacs notepad++ line-numbersHere 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-numbersHi 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