Here are some common command line shortcuts:
..- Represents the parent directory..- Represents the current directory.~- Represents the home directory of the current user.-- Represents the previous directory you were in./- Represents the root directory.*- Wildcard that matches any number of characters in file names.?- Wildcard that matches a single character in file names.Ctrl + C- Terminates the current command or process.Ctrl + Z- Suspends the current process.Ctrl + L- Clears the terminal screen.
These shortcuts can help streamline navigation and command execution in the terminal.
