Top "Text-files" questions

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

Best way to retrieve variable values from a text file?

Referring on this question, I have a similar -but not the same- problem.. On my way, I'll have some text …

python variables text-files
remove empty lines from text file with PowerShell

I know that I can use: gc c:\FileWithEmptyLines.txt | where {$_ -ne ""} > c:\FileWithNoEmptyLines.txt to remove empty lines. …

powershell text-files lines
Java - How Can I Write My ArrayList to a file, and Read (load) that file to the original ArrayList?

I am writing a program in Java which displays a range of afterschool clubs (E.G. Football, Hockey - entered …

java arraylist text-files inputstream outputstream
Read a local text file using Javascript

I have read some of the previous questions on this topic but I really need to be 100% sure! Is it …

javascript text-files
How to read a text file directly from Internet using Java?

I am trying to read some words from an online text file. I tried doing something like this File file = …

java file text-files java.util.scanner
Clearing content of text file using php

I have a filelist.txt file and I created a file called clear.php to clear the content of filelist. …

php html text-files
Delete specific line from a text file?

I need to delete an exact line from a text file but I cannot for the life of me workout …

c# text-files
Display text from .txt file in batch file

I'm scripting a big batch file. It records the date to a log.txt file: @echo off echo %date%, %time% &…

text batch-file text-files
Read lines from a text file but skip the first two lines

I've got this macro code in Microsoft Office Word 2003 which reads the lines of a text file. The lines each …

vba excel ms-word text-files
How to monitor a text file in realtime

For debugging purposes in a somewhat closed system, I have to output text to a file. Does anyone know of …

monitoring text-files