What are other command line shortcuts?

QuestionsQuestions8 SkillsProBasic Files OperationsOct, 05 2025
079

Here are some common command line shortcuts:

  1. .. - Represents the parent directory.
  2. . - Represents the current directory.
  3. ~ - Represents the home directory of the current user.
  4. - - Represents the previous directory you were in.
  5. / - Represents the root directory.
  6. * - Wildcard that matches any number of characters in file names.
  7. ? - Wildcard that matches a single character in file names.
  8. Ctrl + C - Terminates the current command or process.
  9. Ctrl + Z - Suspends the current process.
  10. Ctrl + L - Clears the terminal screen.

These shortcuts can help streamline navigation and command execution in the terminal.

0 Comments

no data
Be the first to share your comment!