About 50 results
Open links in new tab
  1. How to encode base64 via command line in macOS/OS X?

    Jun 17, 2014 · Is there a terminal command in macOS/OS X which will base64 encode a file or stdin?

  2. macos - How to stop a process in Terminal - Super User

    Closed 16 years ago. Possible Duplicate: Ending a process in unix instead of interrupting it When I task in Terminal, such as ping blah.com, how do I then stop this task (other than closing the Terminal …

  3. macos - How can I copy on select in the OS X Terminal ... - Super User

    Jun 24, 2018 · The common Unix terminal option to select and then right-click to paste is the best invention after the mouse. Is there any way to make Terminal in OS X do this? Hack the source …

  4. How can I empty the trash from the macOS Terminal?

    Feb 9, 2025 · Explore related questions macos terminal trash See similar questions with these tags.

  5. macos - What does the @ mean on the output of "ls" on OS X' terminal ...

    From the ls(1) man page on Mac OS X v10.6.1: If the file or directory has extended attributes, the permissions field printed by the -l option is followed by a '@' character. Otherwise, if the file or …

  6. How to query macOS DNS resolver from Terminal? - Super User

    But their macOS man pages state: The results of DNS queries may also differ from queries that use the macOS DNS routing library. Given that, how do I query DNS in terminal and get the same results as …

  7. macos - How do I find the path to a program in Terminal ... - Super User

    Mar 22, 2013 · I installed an application and now I can access it via terminal as myapplication. It is an alias, though. How can I find the full path to the file?

  8. How to cd into a thumb drive from the terminal (macOS)?

    2 If you drag and drop the icon corresponding to the volume on the USB drive from the Desktop (or Finder) into the Terminal window, it will automatically paste the path where that volume is mounted. …

  9. macos - How do I find a file by filename in Mac OSX terminal ...

    333 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 …

  10. How do I mount a SMB folder in macOS via Terminal? - Super User

    Dec 9, 2022 · I have been working on a bash script to have systems mount a shared SMB folder (Windows Server) to a local folder /usr/local/Installers on macOS 12. I can create the folders just fine …