日本のBingへ
About 963,000 results
Open links in new tab
  1. What is the difference between shell, console, and terminal?

    Nov 29, 2025 · As unix/linux systems added better multiprocessing and windowing systems, this terminal concept was abstracted into software. Now you have programs such as Gnome …

  2. shell script - How to execute .sh files on Windows? - Super User

    Even so, you will often encounter more Unix-styled programs that have no equivalent under Windows--grep, sed, vi, emacs, etc. Thus, the call to install CygWin (no minimalist)--just to get …

  3. shell - What is the origin of the UNIX $ (dollar) prompt? - Super User

    May 6, 2016 · The UNIX prompt uses a $ symbol to indicate that your input is expected. I was wondering why this symbol was chosen—if there is a reason. Dollar just seems a little …

  4. shell - How to display current path in command prompt in linux's …

    I would like to display current path in sh prompt (not bash shell), which currently just shows "#", I tried with introducing this env PS1="$(whoami)@$(hostname):$(pwd)" and set …

  5. How to end a program in an unix shell? - Super User

    4 Normally a unix shell will have the following key mappings control-C => SIGINT (interupt) control-Z => SIGTSTP (terminal stop / suspend) sometimes there is also control-y => delayed …

  6. How can I use a Bash-like shell on Windows? - Super User

    I use Linux and a Mac, and I'll be teaching some command line stuff soon. What can I install on Windows to give me a terminal window most similar to a basic Mac/Linux Bash shell? I would …

  7. Is there a better, more UNIX-like command line shell for Windows?

    14 Download Git for windows. It comes with a shell called "Git Bash" and it also includes a lot of other command line tools.

  8. shell - How do I set $ variables in unix? - Super User

    @Lazer: setenv exports variables so they are available in child processes. set sets variables that will only be used in the current environment (script or interactive shell).

  9. How to pad strings with spaces in a Unix shell script?

    Explore related questions unix shell-script See similar questions with these tags.

  10. PowerShell vs. the Unix Shell - Super User

    Dec 18, 2010 · PowerShell is superficially similar to Unix shells. PowerShell has aliases for many of the commands you are used to in Unix, like ls, rm, cp, mv, etc. However, the way that the …