About 50 results
Open links in new tab
  1. How to decode weird characters in a text file? - Super User

    2 Someone sent me a text file. Although I can read most of the document, sometimes there are unusual characters. When I open it in VIM, I see <92> in its place. When I use gedit, i see a character that …

  2. How do I edit text files in the Windows command prompt?

    Sep 10, 2010 · On Unix I'd just use vi, but I don't know what the command is on Windows. I am actually trying to edit files over SSH with Windows Server 2008.

  3. Re-add "create new text file" to Windows 11 context menu

    Nov 3, 2021 · As a C++/cmake programmer, I constantly use the option "create new -> text file" on the context menu, but Windows 11 has removed this option. Is there a way to get this option back, e.g …

  4. 7 zip - How can I split a large file on Windows? - Super User

    Is there a tool to split large text file (9 GB) into smaller files, so that I can open it and look through? Is there anything usable from the command line that comes with Windows (XP)? Or what's th...

  5. Extract rows with specific phrase at specific column from text file ...

    Jun 28, 2021 · I want to extract only those rows with "0600", "0610", "0620" at 4th, 5th, 6th and 7th column to a new text file. So from the sample only the 1st and 2nd row should be extracted to a new …

  6. powershell - Editing the first/last lines of a 1GB+ text file on ...

    Dec 1, 2016 · Removing content from the beginning of a file requires rewriting the file. You can use tail -n +4 input.csv > output.csv to remove the first three lines (requires 105 seconds for a 15 GB …

  7. linux - How to auto detect text file encoding? - Super User

    Jun 24, 2011 · There are many plain text files which were encoded in variant charsets. I want to convert them all to UTF-8, but before running iconv, I need to know its original encoding. Most browsers have …

  8. browser - HTML From Text File - Super User

    Aug 24, 2014 · Here is the result (note I don't see any single HTML tag, just text!): Depending on the browser, if you just change the file extension to .txt it will display the source code of the file, HTML …

  9. notepad++ - Removing specific words from text file - Super User

    Nov 23, 2020 · I have a text file tat contains email:name | address = date time I want remove everything that comes after name from each line and leave me just email:name is there a way to do that?

  10. How do I copy all file names in a folder to notepad? - Super User

    Jun 2, 2015 · I often want to copy all the file names with full path and extensions in a folder to a ".txt" document but can't. Is there an easy way to do this? How? Is there a simple batch file that will do it?