Top "Text-files" questions

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

Convert tab-delimited txt file into a csv file using Python

So I want to convert a simple tab delimited text file into a csv file. If I convert the txt …

python csv text-files
Easiest way to add a text to the beginning of another text file in Command Line (Windows)

What is the easiest way to add a text to the beginning of another text file in Command Line (Windows)?

windows command-line text-files
Remove Unicode characters from textfiles - sed , other Bash/shell methods

How do I remove Unicode characters from a bunch of text files in the terminal? I've tried this, but it …

bash unicode sed text-files spaces
How do I split a huge text file in python

I have a huge text file (~1GB) and sadly the text editor I use won't read such a large file. …

python text-files
Count number of blank lines in a file

In count (non-blank) lines-of-code in bash they explain how to count the number of non-empty lines. But is there a …

unix sed grep text-files
What is the best way to read in a text file from the server in asp.net-mvc

In one of my controller actions I need to read in a text file that has a bunch of reference …

c# asp.net-mvc text-files
How to convert a tab separated file to CSV format?

I have a text file in this format : { attribute1 attribute2 attribute3.... attributeN value"A" value"B" value"C".... value"Z" /* …

excel csv attributes text-files
Where can i find huge amount of text files?

Possible Duplicate: Looking for dataset to test FULLTEXT style searches on I am recently on to a project of Data …

text-files plaintext text-database
Java BufferedReader back to the top of a text file?

I currently have 2 BufferedReaders initialized on the same text file. When I'm done reading the text file with the first …

java file file-io text-files bufferedinputstream
Where is hex code of the "EOF" character?

As far as know in the end of all files, specially text files, there is a Hex code for EOF …

java c++ text-files hex-editors