Top "Text-files" questions

Open in Notepad, WordPad, or many other programs designated as text editors.

How to edit a text file in my terminal

I'm using Linux mint and using the vi command to create text files, now that I created a text file …

linux terminal text-files
How to read large text file on windows?

I have a large server log file (~750 MB) which I can't open with either Notepad or Notepad++ (they both say …

text-files text-editor large-files
Reading a simple text file

I am trying to read a simple text file in my sample Android Application. I am using the below written …

android text-files java-io
Batch / Find And Edit Lines in TXT file

I want to create a batch while which finds specific lines in a batch file and are able to edit …

batch-file find edit text-files lines
How do I correct the character encoding of a file?

I have an ANSI encoded text file that should not have been encoded as ANSI as there were accented characters …

encoding utf-8 character-encoding text-files codepages
PHP to search within txt file and echo the whole line

Using php, I'm trying to create a script which will search within a text file and grab that entire line …

php search echo text-files
Copying from one text file to another using Python

I would like to copy certain lines of text from one text file to another. In my current script when …

python text-files
Reading specific columns from a text file in python

I have a text file which contains a table comprised of numbers e.g: 5 10 6 6 20 1 7 30 4 8 40 3 9 23 1 4 13 6 if for example I want the …

python list text-files
How to jump to a particular line in a huge text file?

Are there any alternatives to the code below: startFromLine = 141978 # or whatever line I need to jump to urlsfile = open(filename, "…

python text-files
How to delete a line from a text file in C#?

I have a problem: how can I delete a line from a text file in C#?

c# text-files