About 586,000 results
Open links in new tab
  1. 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.

  2. How to use a text editor WITHIN the Command Prompt in a Windows …

    If you are at a command prompt in Windows, you can just type Notepad <filename> and it will either create a new file of that name, or edit if the file exists. If you install another text editor, then you can …

  3. windows - Basic text editor in command prompt? - Stack Overflow

    11 MS-DOS Editor (or just edit) is a 16-bit text editor that is still included with 32-bit versions of Windows XP, Vista, 7, 8 and 8.1. It can edit files upto 65,279 lines long and has mouse support. Being an 16 …

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

    In the Windows command prompt, I can type notepad helloworld.cpp which will then create a .cpp file with the name helloworld and open up Notepad for me. Is there a similar function for Mac Terminal,

  5. Nano alternative for windows powershell - Super User

    Jul 9, 2015 · I am looking for software similar to nano for linux bash but for windows powershell. Is there any built in so I do not have to install something? EDIT Nano is a text editor that runs within the b...

  6. How to set a default text editor for PowerShell (e.g. Visual Studio ...

    Jul 12, 2020 · powershell text-editor windows-terminal asked Jul 11, 2020 at 10:56 codentary 1,225 3 21 34

  7. windows 7 x64 - Edit a text file on the console using Powershell ...

    Jun 15, 2012 · 169 I'm trying to figure out the easiest way to edit text files in the console (PowerShell in my case). I'm using Windows 7 64 bit. It galls me that I can't just type edit filename.txt to edit a file. …

  8. command line - How to close git commit editor? - Stack Overflow

    I just executed a command $ git commit and it opens a new editor. But I'm trying to close that new commit editor. How to do this? I'm using Git for Windows.

  9. How to call VS Code Editor from terminal / command line

    The question says it all. How can I open VS Code editor from windows cmd linux and mac terminal e.g. for notepad++ I write &gt; start notepad++ test.txt By the way, the editor is awesome (cross-

  10. windows - Vim as the default editor - Stack Overflow

    Aug 3, 2011 · Set Gvim as default editor for a certain file type Adding Gvim to your PATH doesn't make Gvim the default editor for a certain file type. This can be achieved the following way: In Explorer, …