About 1,820,000 results
Open links in new tab
  1. How do I display a text file content in CMD? - Stack Overflow

    Jun 20, 2013 · I want to display the content of a text file in a CMD window. In addition, I want to see the new lines that added to file, like tail -f command in Unix.

  2. Text file in VBA: Open/Find Replace/SaveAs/Close File

    May 3, 2012 · Here is pseudocode for what I am hoping to do: Open text File Find "XXXXX" and Replace with "YYYY" Save text File As Close text file This is what I have so far Private Sub …

  3. Difference between modes a, a+, w, w+, and r+ in built-in open …

    915 In Python's built-in open function, what is the difference between the modes w, a, w+, a+, and r+? The documentation implies that these all allow writing to the file, and says that they open …

  4. How do I open a text file in my terminal? - Ask Ubuntu

    There is a file named RESULTS.txt and I want to open this file in my terminal. (I mean I want to see the file contents be displayed in the terminal and not in some text editor) How do I do that ?

  5. How to open text, video, or image files via terminal?

    Jun 12, 2017 · I am new to Ubuntu and I would like to know how to open a simple text file or a video file or an image file via the terminal.

  6. How to open and edit an existing file in Python? - Stack Overflow

    Dec 16, 2014 · Opening an existing file (that presumably OP wants to keep the contents of) in write mode is a bad idea, it wipes the existing content of the file.

  7. How to open a file using the open with statement

    276 I'm looking at how to do file input and output in Python. I've written the following code to read a list of names (one per line) from a file into another file while checking a name against the …

  8. How do I invoke a text editor from the terminal? - Stack Overflow

    The problem with: open -e or open -a TextEdit is that you have no control on the TextEdit.app modes: Plain Text or RichText. E.g. if you try to open an HTML file, TextEdit will open it in the …

  9. Read/Parse text file line by line in VBA - Stack Overflow

    I'm trying to parse a text document using VBA and return the path given in the text file. For example, the text file would look like: *Blah blah instructions *Blah blah instructions on line 2 …

  10. How can I import a .txt file in R to be read? - Stack Overflow

    I want to know how can I import a .txt file in R, but avoiding pathing to my file. I usually import like this: "Import Dataset" and the a select "From text (base)", but when I write in the program f...