About 1,920,000 results
Open links in new tab
  1. command line - What does "./" mean in linux shell? - Ask Ubuntu

    What does the command ./ mean? For example, sometimes we call a file with ./config, sometimes ../config, thanks

  2. What does "&" at the end of a linux command mean?

    Nov 12, 2012 · For example: command gedit launches the default editor gedit UI. command eclipse launches eclipse IDE. Such commands keep throwing the logs of activities in the terminal and don't …

  3. What is the purpose of "&&" in a shell command? - Stack Overflow

    Oct 27, 2021 · $ command one && command two the intent is to execute the command that follows the && only if the first command is successful. This is idiomatic of Posix shells, and not only found in …

  4. How do I shut down or reboot from a terminal? - Ask Ubuntu

    Jun 15, 2016 · Open your terminal with CTRL + ALT + T and do these following commands To shutdown the system: sudo shutdown -h now To restart: sudo reboot & one more command for restart: sudo …

  5. Why do we use "./" (dot slash) to execute a file in Linux/UNIX?

    Mar 15, 2020 · Why do we use ./filename to execute a file in linux? Why not just enter it like other commands gcc, ls etc...

  6. What is the `tee` command in Linux? - Unix & Linux Stack Exchange

    Oct 26, 2023 · The tee command allows you write the result to both file and standard output so allows you to count the characters, words & lines without retreat the resulting file itself.

  7. How to move all files and folders via mv command [duplicate] - linux

    How can I move all files and folders from one directory to another via mv command?

  8. command line - 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 ?

  9. Linux: set date through command line - Unix & Linux Stack Exchange

    Mar 23, 2016 · I used the date command and time format listed below to successfully set the date from the terminal shell command performed on Android Things which uses the Linux Kernal.

  10. shell - How do I exit or cancel a bad bash command? - Unix & Linux ...

    I expect to get some flak for this, but I can't find the answer anywhere. It seems like it should be so obvious. Sometimes, when I type a bad command in a bash terminal, the cursor just jumps down ...