About 938,000 results
Open links in new tab
  1. How do I find a file by filename in Mac OSX terminal?

    332 I want to find a file on my Macbook with the filename: abc.dmg. I've tried to use spotlight, but it doesn't find it. When I tried find, and used: find -name abc.dmg -path /, I got errors back. What is the …

  2. How do I navigate between directories in terminal? - Ask Ubuntu

    @ qbi: Wow, you're awesome. I love your detailed explanation on how to navigate among folders/directories. Are you a teacher or professor in an educational institution? Most IT guys know a …

  3. What can be found on the "terminal" on the Jurassic World …

    Sep 21, 2023 · For the promotion of Jurassic World, a website was made for Masrani Global, the company operating the theme park. On that site, there is a simulated computer terminal one can log …

  4. WSL terminal's keyboard paste is not working - Super User

    Oct 9, 2021 · The terminal that you are referring to is known as the "Windows Console Host", and it is the "legacy" terminal that has been in Windows for more than 20 years now. Windows Console Host …

  5. How to unzip a zip file from the Terminal? - Ask Ubuntu

    Oct 13, 2017 · Just downloaded a .zip file from the internet. I want to use the terminal to unzip the file. What is the correct way to do this?

  6. How can I copy the contents of a folder to another folder in a ...

    Dec 11, 2011 · 1371 I am trying to copy the contents of a folder to another folder in a different directory using terminal. Would somebody be able to provide me an example of the command line syntax …

  7. tmux vs. screen - Super User

    I'm about to get back into using GNU Screen, but I have been hearing people occasionally mention tmux as a better alternative. Does it really offer an alternative to all the features Screen offers,...

  8. bash - Terminal *output* history? - Super User

    I make extensive use of the functions to navigate through the command history in my terminal; I wonder if there is some way to navigate the command output history as well? (besides keeping a large

  9. Run command on another(new) terminal window - Ask Ubuntu

    How to run any command in another terminal window? Example: I opened one terminal window and if I run command like apropos editor, then it run and out-puts on that window. But I want to run same c...

  10. 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?