About 155,000 results
Open links in new tab
  1. How can I get help on terminal commands? - Ask Ubuntu

    Jan 4, 2018 · 7 What is a tutorial and how can I find a useful one When you have some experience of linux, the man pages, info pages and help options are very useful. But in the …

  2. What is the bash command: `command`? - Ask Ubuntu

    The command command has no manual entry but help displays as follows: $ help command command: command [-pVv] command [arg ...] Execute a simple command or display …

  3. How do I get help for "echo" or other bash commands?

    Feb 21, 2011 · Or you can get help on bash builtins and keywords with the help builtin, e.g. help echo. The information you see when you run man echo, is for the external echo command, …

  4. what is the command to be able page up/down a long text?

    0 You can simply use Shift+PgUp and Shift+PgDn to scroll the output in your terminal. Or you can pipe your output to less, e.g.: ls --help | less then you can scroll with cursor up/down. And the …

  5. bash - What does an "exec" command do? - Ask Ubuntu

    Sep 18, 2014 · I have seen exec command used inside scripts to redirect all output to a file (as seen in this). But in simple words, what does it do?

  6. command line - How do I save terminal output to a file? - Ask …

    How do I save the output of a command to a file? Is there a way without using any software? I would like to know how.

  7. How do I list all available shell builtin commands? - Ask Ubuntu

    Aug 18, 2014 · 32 We know bash supports number of buitin commands like: $ type type cd help command type is a shell builtin cd is a shell builtin help is a shell builtin command is a shell …

  8. command line - How to unzip a zip file from the Terminal? - Ask …

    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?

  9. command line - Scrolling the terminal without a mouse - Ask Ubuntu

    Apr 11, 2021 · 0 for anyone still wanting a fix while i have not found a way of scrolling in the terminal (shell) itself in Linux, anyone wanting to scroll can do the following: nohup …

  10. boot - Stuck at GRUB command line - Ask Ubuntu

    First use command ls, then adjust the following commands according to it. In the place of hd0 write your disk and in 1 write your number. grub> set root=(hd0,1) grub> linux /vmlinuz-4.4.0 …