Top "Text-files" questions

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

Easiest way to read text file which is locked by another application

I've been using File.ReadAllText() to open a CSV file, but every time I forget to close the file in …

c# filestream text-files
python opens text file with a space between every character

Whenever I try to open a .csv file with the python command fread = open('input.csv', 'r') it always opens …

python csv text-files
Open only the first few lines of a file in Vim

I'm working with a CSV that's just shy of 1 GB. I want to see the the file's structure and a …

vim csv text-files macvim
J2ME/Blackberry - how to read/write text file?

please give me a sample code for read/write text file in blackberry application.

blackberry file-io java-me text-files jsr75
How to compare two huge text files (more than 50gb each)?

I have 2 huge text files and want to find the difference between them? What is the fast command/ utility/ or …

bash unix text-files diff file-comparison
To write the value from resultset to text file (.txt file)

Please help me on the below code as i want to write the values from the resultset to a txt …

java text-files multiple-resultsets
Read two textfile line by line simultaneously -java

I have 2 textfiles in two different languages and they are aligned line by line. I.e. the first line in …

java io text-files readfile
Write JSON data to text file with PHP

Problem: I have a script that send JSON data to a PHP file in this way: var xmlhttp = new XMLHttpRequest(); …

php json text-files file-put-contents
How to delete the first line of a file using Batch?

How to delete the first line of a file using Batch? I really need help... I've tried everything but it …

batch-file cmd text-files findstr
Reading any text file having strange encoding?

I have a text file with a strange encoding "UCS-2 Little Endian" that I want to read its contents using …

java text-files bufferedreader fileinputstream