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

  2. How can I open (launch) files using the terminal? - Ask Ubuntu

    Nov 30, 2019 · 6 Objective: Open a text file and other types using the terminal. Let's suppose I have a file named myFile.txt and I want to launch this file (open it, not sure how I'm supposed …

  3. How to open files in another app via Terminal on macOS?

    Oct 17, 2023 · To open any file from the command line with the default application, just type open followed by the filename/path. Example: open ~/Desktop/filename.mp4 Edit: as per Johnny …

  4. command line - Opening a file from terminal - Ask Ubuntu

    Jun 19, 2013 · When we want to open an application or file from the terminal, we type, say, okular file.dvi This opens the application, but also shows the status of the application. We cannot …

  5. How to open a file manager of the current directory in the terminal?

    When I work in terminal, sometimes I want to open the current directory in a GUI file manager. And then to click the items in the window to run the application. How can I do this?

  6. terminal - Open a file from the command line with a specified ...

    May 15, 2018 · Is there a way to open a file from the command line with a specific application, where I specify the application by path, not name? So something like: open file.txt -a …

  7. How To Open A File Using Text Edit In Terminal in MacOS

    Jul 22, 2020 · My question is how can I open a file using TextEdit so that I can edit it using a GUI? Make no mistake, Vim is an amazing command-line tool for editing files in the terminal along …

  8. vi - How do you open a file from within Vim? - Stack Overflow

    Jan 7, 2021 · 122 I know how to open a file in Vim from a terminal (vim fileName). What I can't figure out is how to open a file when I'm already within Vim. I tried :r fileName, but that …

  9. How do I open a file from inside a bash script? - Ask Ubuntu

    Ok, so running gedit myfile.txt works well. But what about opening a file from inside a bash script, using the default desktop app linked to the filetype? I've tried below, which works great when ...

  10. How to open a file from the integrated terminal in Visual Studio …

    Dec 29, 2016 · Is there a way of opening a file from the terminal in Visual Studio Code that opens in the same vscode instance that runs the terminal? Similar to c9 tool in Cloud9. I'm aware of …